Commit graph

6 commits

Author SHA1 Message Date
Alexander A. Klimov
1cacfbe7ba Add CommandArgument#Separator 2022-05-16 17:26:25 +02:00
Yonas Habteab
8b5edd7802 Schema: Adjust primary key irregularities of icon_image, notes_url & action_url tables 2022-04-08 17:03:32 +02:00
Alexander A. Klimov
53c0aa431f Postgres: replace ENUM DOMAINs with TYPEs
Before:

idb=# select * from icingadb_instance where responsible = 'y';
ERROR:  operator does not exist: boolenum = unknown
LINE 1: select * from icingadb_instance where responsible = 'y';
                                                          ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
idb=#

refs #136
2022-03-10 17:07:06 +01:00
Alexander A. Klimov
2cf4529cc0 Postgres: use case-insensitive CITEXT columns
not to require web to LOWER().

refs #136
2022-03-10 17:04:22 +01:00
Alexander A. Klimov
c3b8f80abf Decouple *SQL schema versions
refs #136
2022-03-10 17:04:22 +01:00
Alexander A. Klimov
b2618dee85 Port MySQL schema to Postgres
refs #136
2022-03-09 18:49:45 +01:00