mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +02:00
stat referrers, locations, and paths
This commit is contained in:
parent
d9babf5cd6
commit
227b123fc9
10 changed files with 195 additions and 47 deletions
9
migrations/063_add_bandwidth_to_stats.rb
Normal file
9
migrations/063_add_bandwidth_to_stats.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
add_column :stats, :bandwidth, :bigint, default: 0
|
||||
}
|
||||
|
||||
down {
|
||||
drop_column :stats, :bandwidth
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue