Skip to content

Commit

Permalink
QW
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Dec 16, 2024
1 parent f499da6 commit da3d4cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALTER TABLE `test_db_model`
CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
DROP INDEX `fk_instance`,
ADD INDEX `fk_instance` USING BTREE (`instance_id`, `inferred`);
ALTER TABLE `test_db_model`
Expand Down

0 comments on commit da3d4cc

Please sign in to comment.