Skip to content

Commit d3a2622

Browse files
authored
Merge pull request #176 from coderdojo-japan/fix-schemarb
Fix schema.rb
2 parents 9848993 + 7eabd95 commit d3a2622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: 20171103041252) do
13+
ActiveRecord::Schema.define(version: 20171103042807) do
1414

1515
create_table "dojo_event_services", force: :cascade do |t|
1616
t.integer "dojo_id", null: false

0 commit comments

Comments
 (0)