Skip to content

Commit 7e837ca

Browse files
committed
db/schema.rb
1 parent 94ce188 commit 7e837ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

db/schema.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema.define(version: 2025_09_01_145513) do
13+
ActiveRecord::Schema.define(version: 2025_09_22_093907) do
1414

1515
# These are extensions that must be enabled in order to support this database
1616
enable_extension "adminpack"
@@ -57,7 +57,7 @@
5757
t.index ["owner_id"], name: "index_api_tokens_on_owner_id"
5858
end
5959

60-
create_table "components", id: :serial, force: :cascade do |t|
60+
create_table "components", force: :cascade do |t|
6161
t.integer "sensor_id"
6262
t.datetime "created_at", null: false
6363
t.datetime "updated_at", null: false

0 commit comments

Comments
 (0)