diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-11-18 03:32:43 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-18 03:32:43 -0600 |
commit | e90e1283f965d30286a6511fe10ccc2817e846eb (patch) | |
tree | a96aa8cfe32e1a4ec27b494214a801e7bc8d7db1 /db | |
parent | 158369f367a4a29eb960a7489939c5e13c33dc0b (diff) |
Committing this unnecessary schema version update.
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 0e5aca23d..bfb123aa3 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_11_18_064252) do +ActiveRecord::Schema.define(version: 2019_11_18_084127) do # These are extensions that must be enabled in order to support this database enable_extension "pg_trgm" |