Skip to content

Commit

Permalink
Update version in schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
javidahmed64592 committed Jun 6, 2023
1 parent 421d533 commit e208547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.0].define(version: 2023_05_23_132939) do
ActiveRecord::Schema[7.0].define(version: 2023_06_05_152453) do
create_table "bmap_flowcell", primary_key: "id_bmap_flowcell_tmp", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_unicode_ci", force: :cascade do |t|
t.datetime "last_updated", precision: nil, null: false, comment: "Timestamp of last update"
t.datetime "recorded_at", precision: nil, null: false, comment: "Timestamp of warehouse update"
Expand Down

0 comments on commit e208547

Please sign in to comment.