|
|
@ -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: 2023_03_20_084057) do |
|
|
|
ActiveRecord::Schema[7.0].define(version: 2023_03_20_163945) 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" |
|
|
|
|
|
|
|
|
|
|
@ -39,6 +39,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_03_20_084057) do |
|
|
|
t.datetime "updated_at", null: false |
|
|
|
t.datetime "updated_at", null: false |
|
|
|
t.text "filename" |
|
|
|
t.text "filename" |
|
|
|
t.integer "needstype" |
|
|
|
t.integer "needstype" |
|
|
|
|
|
|
|
t.integer "expected_log_count" |
|
|
|
t.index ["identifier"], name: "index_bulk_uploads_on_identifier", unique: true |
|
|
|
t.index ["identifier"], name: "index_bulk_uploads_on_identifier", unique: true |
|
|
|
t.index ["user_id"], name: "index_bulk_uploads_on_user_id" |
|
|
|
t.index ["user_id"], name: "index_bulk_uploads_on_user_id" |
|
|
|
end |
|
|
|
end |
|
|
|