We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55c11d commit 6b27db5Copy full SHA for 6b27db5
.gitignore
@@ -1,5 +1,5 @@
1
.bundle
2
-db/*.sqlite3
+db/*.sqlite3*
3
log/*.log
4
tmp/
5
.sass-cache/
db/schema.rb
@@ -24,6 +24,7 @@
24
end
25
26
create_table "city_measurements", :force => true do |t|
27
+ t.string "city"
28
t.date "month"
29
t.float "DownloadThroughputSplitByClientAndByServer"
30
t.float "UploadThroughputSplitByClientAndByServer"
0 commit comments