Skip to content

Commit

Permalink
to fixup to migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
E-L-T committed Dec 17, 2024
1 parent b40e7f9 commit 33c0d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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: 2024_12_03_152519) do
ActiveRecord::Schema[7.0].define(version: 2024_12_17_143058) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_buffercache"
enable_extension "pg_stat_statements"
Expand Down Expand Up @@ -1085,6 +1085,7 @@

create_table "referentiels", force: :cascade do |t|
t.datetime "created_at", null: false
t.string "headers", default: [], array: true
t.string "name", null: false
t.datetime "updated_at", null: false
end
Expand Down

0 comments on commit 33c0d2c

Please sign in to comment.