|
|
@ -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[7.0].define(version: 2022_06_23_132228) do |
|
|
|
ActiveRecord::Schema[7.0].define(version: 2022_06_29_100324) 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" |
|
|
|
|
|
|
|
|
|
|
@ -297,7 +297,6 @@ ActiveRecord::Schema[7.0].define(version: 2022_06_23_132228) do |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
create_table "schemes", force: :cascade do |t| |
|
|
|
create_table "schemes", force: :cascade do |t| |
|
|
|
t.string "code" |
|
|
|
|
|
|
|
t.string "service_name" |
|
|
|
t.string "service_name" |
|
|
|
t.bigint "organisation_id", null: false |
|
|
|
t.bigint "organisation_id", null: false |
|
|
|
t.datetime "created_at", null: false |
|
|
|
t.datetime "created_at", null: false |
|
|
|