Skip to content

Commit

Permalink
Remove nearly all migrations form dummy app
Browse files Browse the repository at this point in the history
Migrate the dummy fresh with Alchemy 7.0 and remove nearly all migration. Ignore the migrate folder in the gitignore to store only the generated schema.rb. The only exception is the create_user migration that is a custom migration of the dummy app to have the possibility to run user specific feature specs.
  • Loading branch information
sascha-karnatz committed Oct 8, 2024
1 parent 57dcd4e commit 0e477f6
Show file tree
Hide file tree
Showing 34 changed files with 33 additions and 1,274 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec/dummy/log/*.log
spec/dummy/db/*.sqlite3*
spec/dummy/tmp/*
spec/dummy/public/*
spec/dummy/db/migrate/*
spec/dummy/uploads/*
.ruby-*
node_modules
Expand Down
30 changes: 0 additions & 30 deletions spec/dummy/db/migrate/20220606143533_gutentag_tables.gutentag.rb

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions spec/dummy/db/migrate/20220606143535_no_null_counters.gutentag.rb

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0e477f6

Please sign in to comment.