diff options
Diffstat (limited to 'db/migrations/0038_tough_mimic.sql')
| -rw-r--r-- | db/migrations/0038_tough_mimic.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0038_tough_mimic.sql b/db/migrations/0038_tough_mimic.sql new file mode 100644 index 00000000..8ec5213a --- /dev/null +++ b/db/migrations/0038_tough_mimic.sql @@ -0,0 +1,2 @@ +ALTER TABLE "tag_type_class_form_mappings" RENAME COLUMN "tag_type" TO "tag_type_label";--> statement-breakpoint +ALTER TABLE "tag_type_class_form_mappings" RENAME COLUMN "class" TO "class_label";
\ No newline at end of file |
