diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-09-20 23:45:25 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-09-20 23:45:25 -0500 |
commit | 7be95a5dae20650419cf67e1f1e810e5907c46ff (patch) | |
tree | d29ea35f92d51288a1d715b367d22010cc5cd9ab /db | |
parent | 64694de343737360e797a92a0a6c0e88695facda (diff) |
Update schema file
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 7a5411d1c..97e4b3142 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: 2020_09_21_030158) do +ActiveRecord::Schema.define(version: 2020_09_23_000000) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |