Commit 786618ae by ivan Lan

Add sleep 1 to migration name builder

parent 604f872e
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
desc 'Copy shotengai migrations to your application.' desc 'Copy shotengai migrations to your application.'
def self.next_migration_number(dir) def self.next_migration_number(dir)
sleep 1
Time.now.utc.strftime("%Y%m%d%H%M%S") Time.now.utc.strftime("%Y%m%d%H%M%S")
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment