mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
for now, run seed fu automatically after migrate ... still think there should be a cleaner way
This commit is contained in:
@@ -47,4 +47,3 @@ PostActionType.seed do |s|
|
||||
s.is_flag = true
|
||||
s.position = 7
|
||||
end
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# we need to run seed_fu every time we run rake db:migrate
|
||||
task 'db:migrate' => 'environment' do
|
||||
SeedFu.seed
|
||||
end
|
||||
Reference in New Issue
Block a user