Skip to content

Commit

Permalink
delete duplicate migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Aug 22, 2024
1 parent 8502c59 commit 6c8dd17
Show file tree
Hide file tree
Showing 21 changed files with 7,476 additions and 7,481 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions db/migrate/20200218144733_add_lockable_to_users.decidim.rb

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions db/migrate/20200218144735_add_weight_to_categories.decidim.rb

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions db/migrate/20200218144737_remove_continuity_badges.decidim.rb

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 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 Expand Up @@ -439,6 +439,7 @@
t.integer "parent_id"
t.integer "decidim_participatory_space_id"
t.string "decidim_participatory_space_type"
t.string "color"
t.integer "weight", default: 0, null: false
t.string "text_color"
t.string "background_color"
Expand Down
Loading

0 comments on commit 6c8dd17

Please sign in to comment.