Browse Source

feat: update schema

pull/2031/head
natdeanlewissoftwire 2 years ago
parent
commit
ee23f787ec
  1. 5
      db/migrate/20231204101105_add_startdate_to_schemes.rb
  2. 3
      db/schema.rb

5
db/migrate/20231204101105_add_startdate_to_schemes.rb

@ -1,5 +0,0 @@
class AddStartdateToSchemes < ActiveRecord::Migration[7.0]
def change
add_column :schemes, :startdate, :datetime
end
end

3
db/schema.rb

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_12_04_101105) do
ActiveRecord::Schema[7.0].define(version: 2023_10_23_142854) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -659,7 +659,6 @@ ActiveRecord::Schema[7.0].define(version: 2023_12_04_101105) do
t.string "old_visible_id"
t.integer "total_units"
t.boolean "confirmed"
t.datetime "startdate"
t.index ["owning_organisation_id"], name: "index_schemes_on_owning_organisation_id"
end

Loading…
Cancel
Save