mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:17:08 +00:00
Change file_data column type from JSON to JSONB
This commit is contained in:
@@ -701,7 +701,7 @@ ALTER SEQUENCE _SURVEY__TEMPLATE_.events_timed_id_seq OWNED BY _SURVEY__TEMPLATE
|
||||
|
||||
CREATE TABLE _SURVEY__TEMPLATE_.file_data (
|
||||
hash text NOT NULL,
|
||||
data json NOT NULL
|
||||
data jsonb NOT NULL
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user