Skip to content

Commit

Permalink
delete unwanted migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Aug 22, 2024
1 parent 2210c56 commit 67d8f68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,14 @@

create_table "decidim_authorizations", id: :serial, force: :cascade do |t|
t.string "name", null: false
t.jsonb "metadata"
t.integer "decidim_user_id", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "unique_id"
t.datetime "granted_at"
t.jsonb "verification_metadata", default: {}
t.string "verification_attachment"
t.text "encrypted_metadata"
t.index ["decidim_user_id", "name"], name: "index_decidim_authorizations_on_decidim_user_id_and_name", unique: true
t.index ["decidim_user_id"], name: "index_decidim_authorizations_on_decidim_user_id"
t.index ["unique_id"], name: "index_decidim_authorizations_on_unique_id"
Expand Down

0 comments on commit 67d8f68

Please sign in to comment.