Skip to content

Commit

Permalink
Set default schema migration version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slashdotdash committed Dec 5, 2019
1 parent c933e54 commit 971e54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/event_store/sql/statements.ex
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ defmodule EventStore.Sql.Statements do
defp record_event_store_schema_version do
"""
INSERT INTO schema_migrations (major_version, minor_version, patch_version)
VALUES (0, 17, 0);
VALUES (1, 1, 0);
"""
end

Expand Down

0 comments on commit 971e54d

Please sign in to comment.