submission completed_at

This commit is contained in:
Pete Matsyburka
2026-07-01 18:10:08 +03:00
parent 6314987e69
commit 1902cdaa55
9 changed files with 56 additions and 21 deletions
+2 -1
View File
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[8.1].define(version: 2026_06_28_120000) do
ActiveRecord::Schema[8.1].define(version: 2026_07_01_123007) do
# These are extensions that must be enabled in order to support this database
enable_extension "btree_gin"
enable_extension "pg_catalog.plpgsql"
@@ -358,6 +358,7 @@ ActiveRecord::Schema[8.1].define(version: 2026_06_28_120000) do
create_table "submissions", force: :cascade do |t|
t.bigint "account_id", null: false
t.datetime "archived_at"
t.datetime "completed_at"
t.datetime "created_at", null: false
t.bigint "created_by_user_id"
t.datetime "expire_at"