Skip to content

Commit

Permalink
incrementing seq start
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmarchese committed Apr 6, 2020
1 parent 51a83ba commit 7ce120b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20190402195839_create_payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def change

t.timestamps

ActiveRecord::Base.connection.execute("UPDATE SQLITE_SEQUENCE SET seq = 909 WHERE name = 'invoices'")
ActiveRecord::Base.connection.execute("UPDATE SQLITE_SEQUENCE SET seq = 10909 WHERE name = 'payments'")
end
end
end

0 comments on commit 7ce120b

Please sign in to comment.