Change type of info table value to JSONB

This commit is contained in:
D. Berge
2020-09-10 20:49:39 +02:00
parent d192eb3668
commit 48f2931a13

View File

@@ -843,7 +843,7 @@ ALTER TABLE _SURVEY__TEMPLATE_.final_shots_saillines OWNER TO postgres;
CREATE TABLE _SURVEY__TEMPLATE_.info (
key text NOT NULL,
value text
value jsonb
);