Skip to content

Commit 05ab1e5

Browse files
committed
0.3/2014-08-30--collections.xml: fix migration on MySQL database.
I've just change case of the table name from COLLECTIONS to collections. Fix the following exception: MySQLSyntaxErrorException: Table 'mystamps.COLLECTIONS' doesn't exist Correction for 227b9a5 commit.
1 parent 2f749b3 commit 05ab1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/liquibase/version/0.3/2014-08-30--collections.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<comment>Creates collections for existing users</comment>
4646

4747
<sql>
48-
INSERT INTO COLLECTIONS(user_id)
48+
INSERT INTO collections(user_id)
4949
SELECT id
5050
FROM users
5151
ORDER BY id

0 commit comments

Comments
 (0)