Commit 556ddbcad49be5d59cd6275639ac149f5b2ee7ac
1 parent
7ee0a94e
Exists in
spb-stable
and in
2 other branches
Add schema number change.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/schema.rb
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | # |
12 | 12 | # It's strongly recommended that you check this file into your version control system. |
13 | 13 | |
14 | -ActiveRecord::Schema.define(version: 20140414131055) do | |
14 | +ActiveRecord::Schema.define(version: 20140416185734) do | |
15 | 15 | |
16 | 16 | # These are extensions that must be enabled in order to support this database |
17 | 17 | enable_extension "plpgsql" | ... | ... |