diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-13 17:12:14 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-13 17:12:14 +0000 |
commit | 5a9063a04b5a81de31566ad641728ca06fe96927 (patch) | |
tree | 2c58d1d6af82e5f667c394f3ab968a71a12ce13a /db/schema.rb | |
parent | 018affc145e0b3c823e3e7dcaaada39858f5c8b3 (diff) |
Adds some validation and further work on the form
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 1977b3f..0e6e899 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[8.0].define(version: 2024_11_11_204736) do +ActiveRecord::Schema[8.0].define(version: 2024_11_13_163104) do create_table "active_storage_attachments", force: :cascade do |t| t.string "name", null: false t.string "record_type", null: false |