diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-19 09:20:24 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-19 09:20:24 -0500 |
commit | ff75f5ea4bc2b153cfa2ec66411a11453944ec88 (patch) | |
tree | dadbad318075ff59b0d29bf399e70893d3f63de9 /db | |
parent | cfd314432d14b95e79ea7367197fdc69de05c5b2 (diff) |
update schema
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 5d86405d4..2b147fd66 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2019_07_14_172721) do +ActiveRecord::Schema.define(version: 2019_07_19_121326) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |