Skip to content

Commit 03583d6

Browse files
committed
Update schema.rb version syntax of dummy app
1 parent 20a1c67 commit 03583d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/dummy/db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema.define(version: 20180301103350) do
13+
ActiveRecord::Schema.define(version: 2018_03_01_103350) do
1414

1515
create_table "alchemy_attachments", force: :cascade do |t|
1616
t.string "name"

0 commit comments

Comments
 (0)