summaryrefslogtreecommitdiff
path: root/db/migrate/20250823142743_create_beds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20250823142743_create_beds.rb')
-rw-r--r--db/migrate/20250823142743_create_beds.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/db/migrate/20250823142743_create_beds.rb b/db/migrate/20250823142743_create_beds.rb
deleted file mode 100644
index 3c23ad7..0000000
--- a/db/migrate/20250823142743_create_beds.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-class CreateBeds < ActiveRecord::Migration[8.0]
- def change
- create_table :beds do |t|
- t.integer :location, null: false
-
- t.timestamps
- end
-
- add_index :beds, :location, unique: true
- end
-end
Copyright 2019--2026 Marius PETER