We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af64cdb commit e6a02b1Copy full SHA for e6a02b1
data/pr_352.sql
@@ -0,0 +1,7 @@
1
+-- add the metadata column if it doesn't already exist
2
+DO
3
+$$
4
+ BEGIN
5
+ ALTER TABLE drs_object ADD COLUMN IF NOT EXISTS meta_data jsonb;
6
+ END;
7
+$$;
0 commit comments