Skip to content

Commit

Permalink
chore(): remove data migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloGauss33 committed Aug 3, 2023
1 parent 7ccd2ec commit a596911
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/tasks/auto_annotate_models.rake
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ if Rails.env.development?

Annotate.load_tasks
data_migrate_tasks = %w(
db:migrate:with_data
db:migrate:up:with_data
db:migrate:down:with_data
db:migrate:redo:with_data
db:rollback:with_data
db:migrate
db:migrate:up
db:migrate:down
db:migrate:redo
db:rollback
)

data_migrate_tasks.each do |task|
Expand Down

0 comments on commit a596911

Please sign in to comment.