diff options
Diffstat (limited to 'db/migrations/0211_friendly_human_fly.sql')
| -rw-r--r-- | db/migrations/0211_friendly_human_fly.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0211_friendly_human_fly.sql b/db/migrations/0211_friendly_human_fly.sql new file mode 100644 index 00000000..48518c11 --- /dev/null +++ b/db/migrations/0211_friendly_human_fly.sql @@ -0,0 +1,2 @@ +ALTER TABLE "tag_classes" ADD COLUMN "subclasses" json DEFAULT '[]'::json;--> statement-breakpoint +ALTER TABLE "tag_classes" ADD COLUMN "subclass_remark" json DEFAULT '{}'::json;
\ No newline at end of file |
