diff options
| author | Tradam <[email protected]> | 2024-05-29 19:26:06 -0400 |
|---|---|---|
| committer | Tradam <[email protected]> | 2024-05-29 19:26:06 -0400 |
| commit | 22c1d8d71de2bd52513f684196fa66a53e7362aa (patch) | |
| tree | 783537b87d8e8523b319a4fc5ea441ca55a0eb8c /db/schema.rb | |
| parent | fd4edcfac9041cadfc4c88257555c02736bc4ba4 (diff) | |
| download | gameHolster-22c1d8d71de2bd52513f684196fa66a53e7362aa.tar.gz gameHolster-22c1d8d71de2bd52513f684196fa66a53e7362aa.zip | |
switch over to serving games through zip and make unity games work
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index cee805e..58a01aa 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[7.1].define(version: 2024_05_21_205000) do +ActiveRecord::Schema[7.1].define(version: 2024_05_27_231908) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -33,6 +33,7 @@ ActiveRecord::Schema[7.1].define(version: 2024_05_21_205000) do t.bigint "byte_size", null: false t.string "checksum" t.datetime "created_at", null: false + t.string "filepath", default: "", null: false t.index ["key"], name: "index_active_storage_blobs_on_key", unique: true end |
