@opengis/fastify-table 1.2.95 → 1.2.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -25,6 +25,7 @@ ALTER TABLE admin.cls ALTER COLUMN uid SET NOT NULL;
|
|
|
25
25
|
ALTER TABLE admin.cls ALTER COLUMN uid SET DEFAULT '1'::text;
|
|
26
26
|
ALTER TABLE admin.cls ADD COLUMN IF NOT EXISTS icon text;
|
|
27
27
|
ALTER TABLE admin.cls ADD COLUMN IF NOT EXISTS color text;
|
|
28
|
+
ALTER TABLE admin.cls ADD COLUMN IF NOT EXISTS hash text;
|
|
28
29
|
|
|
29
30
|
ALTER TABLE admin.cls ADD CONSTRAINT admin_cls_pkey PRIMARY KEY (clsid);
|
|
30
31
|
ALTER TABLE admin.cls ADD CONSTRAINT admin_cls_unique UNIQUE (code, parent);
|