Skip to content

Commit

Permalink
Ticket CV2-4869: Updating schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Aug 13, 2024
1 parent d12ea65 commit 01c4563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.define(version: 2024_07_19_183518) do
ActiveRecord::Schema.define(version: 2024_08_13_155311) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
Expand Down Expand Up @@ -235,7 +235,7 @@
end

create_table "clusters", force: :cascade do |t|
t.integer "project_media_id", null: false
t.integer "project_media_id"
t.datetime "first_item_at"
t.datetime "last_item_at"
t.datetime "created_at", null: false
Expand Down

0 comments on commit 01c4563

Please sign in to comment.