Browse Source

Redo the migrations

pull/40/head
Kat 4 years ago
parent
commit
3d88d6434b
  1. 0
      db/migrate/20211008130122_add_accessibility_fields.rb
  2. 0
      db/migrate/20211008130149_add_condition_effects_fields.rb
  3. 0
      db/migrate/20211008130208_add_reasonable_preference_reason_fields.rb
  4. 2
      db/schema.rb

0
db/migrate/20211007160908_add_accessibility_fields.rb → db/migrate/20211008130122_add_accessibility_fields.rb

0
db/migrate/20211008105117_add_condition_effects_fields.rb → db/migrate/20211008130149_add_condition_effects_fields.rb

0
db/migrate/20211008110444_add_reasonable_preference_reason_fields.rb → db/migrate/20211008130208_add_reasonable_preference_reason_fields.rb

2
db/schema.rb

@ -10,7 +10,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2021_10_08_110444) do ActiveRecord::Schema.define(version: 2021_10_08_130208) do
# These are extensions that must be enabled in order to support this database # These are extensions that must be enabled in order to support this database
enable_extension "plpgsql" enable_extension "plpgsql"

Loading…
Cancel
Save