mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
Change type of info table value to JSONB
This commit is contained in:
@@ -843,7 +843,7 @@ ALTER TABLE _SURVEY__TEMPLATE_.final_shots_saillines OWNER TO postgres;
|
|||||||
|
|
||||||
CREATE TABLE _SURVEY__TEMPLATE_.info (
|
CREATE TABLE _SURVEY__TEMPLATE_.info (
|
||||||
key text NOT NULL,
|
key text NOT NULL,
|
||||||
value text
|
value jsonb
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user