Skip to content
Snippets Groups Projects
Commit 4fd7aebd authored by Daigo 3 Dango's avatar Daigo 3 Dango Committed by Eugen Rochko
Browse files

Fix typo in a db:rollback script (#5422)

parent bc89995f
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class StatusIdsToTimestampIds < ActiveRecord::Migration[5.1]
SELECT setval('statuses_id_seq', (SELECT MAX(id) FROM statuses));
ALTER TABLE statuses
ALTER COLUMN id
SET DEFAULT nextval('statuses_id_seq');"
SET DEFAULT nextval('statuses_id_seq');
SQL
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment