Skip to content

Commit

Permalink
chore: rename file to lower case and remove TABLE part of update query
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleek committed Jan 24, 2024
1 parent c7ea018 commit da75ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports.up = function (db, callback) {
db.runSql(
`
UPDATE TABLE events SET created_by_user_id = -1337 WHERE created_by_user_id = -1;
UPDATE events SET created_by_user_id = -1337 WHERE created_by_user_id = -1;
`,
callback,
);
Expand Down

0 comments on commit da75ace

Please sign in to comment.