Skip to content

Commit 6b27db5

Browse files
committed
Fix broken schema
1 parent c55c11d commit 6b27db5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.bundle
2-
db/*.sqlite3
2+
db/*.sqlite3*
33
log/*.log
44
tmp/
55
.sass-cache/

db/schema.rb

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
end
2525

2626
create_table "city_measurements", :force => true do |t|
27+
t.string "city"
2728
t.date "month"
2829
t.float "DownloadThroughputSplitByClientAndByServer"
2930
t.float "UploadThroughputSplitByClientAndByServer"

0 commit comments

Comments
 (0)