Skip to content

Commit 00b21e3

Browse files
authored
Update drop-constraint.sql
1 parent 9b5c9f1 commit 00b21e3

File tree

1 file changed

+1
-1
lines changed
  • sql-queries-11/fix-error-1064-when-using-ALTER-TABLE-ADD CONSTRAINT-in-MySQL

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-- Drop the constraint so that we can add it back
2-
ALTER TABLE specification
2+
ALTER TABLE Specification
33
DROP FOREIGN KEY specification_program_id_fkey;

0 commit comments

Comments
 (0)