add application key to submitters

This commit is contained in:
DocuSeal
2023-10-18 02:14:44 +03:00
parent aee55165c5
commit 9e87a0373f
8 changed files with 50 additions and 19 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[7.0].define(version: 2023_10_07_052818) do
ActiveRecord::Schema[7.0].define(version: 2023_10_17_213639) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -133,6 +133,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_10_07_052818) do
t.datetime "updated_at", null: false
t.string "name"
t.string "phone"
t.string "application_key"
t.index ["email"], name: "index_submitters_on_email"
t.index ["slug"], name: "index_submitters_on_slug", unique: true
t.index ["submission_id"], name: "index_submitters_on_submission_id"