Skip to content

Commit dbe1d76

Browse files
committed
test2
1 parent 47eb5e5 commit dbe1d76

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
.byebug_history
1818
/log
1919
/tmp
20-
/.idea
20+
/.idea
21+
.env
22+
docker-compose.yml
23+
Dockerfile
24+
/config/database.yml

db/schema.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
ActiveRecord::Schema.define(version: 20170415200910) do
1414

15-
create_table "seasons", force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8" do |t|
15+
create_table "seasons", force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin" do |t|
1616
t.string "title"
1717
t.datetime "created_at", null: false
1818
t.datetime "updated_at", null: false

0 commit comments

Comments
 (0)