Skip to content

Commit a545d15

Browse files
Will JonesXerkus
authored andcommitted
Fix broken alter table test
Signed-off-by: Will Jones <[email protected]>
1 parent 72fba96 commit a545d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/Sql/Ddl/AlterTableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function testGetSqlString()
110110
CHANGE COLUMN "name" "new_name" VARCHAR(50) NOT NULL,
111111
DROP COLUMN "foo",
112112
ADD CONSTRAINT "my_fk" FOREIGN KEY ("other_id") REFERENCES "other_table" ("id") ON DELETE CASCADE ON UPDATE CASCADE,
113-
DROP CONSTRAINT "my_constraint"
113+
DROP CONSTRAINT "my_constraint",
114114
DROP INDEX "my_index"
115115
EOS;
116116

0 commit comments

Comments
 (0)