mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 00:02:00 +02:00
fix for gemfile, merge conflicts, test fixes for ruby 3
This commit is contained in:
commit
e7eb6d8a2d
36 changed files with 785 additions and 764 deletions
|
@ -1,9 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_index :stat_referrers, :site_id
|
||||
#DB.add_index :stat_referrers, :site_id
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_index :stat_referrers, :site_id
|
||||
#DB.drop_index :stat_referrers, :site_id
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue