mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 09:36: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,13 +1,13 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
%i{stat_referrers stat_locations stat_paths}.each do |t|
|
||||
DB.add_index t, :created_at
|
||||
end
|
||||
#%i{stat_referrers stat_locations stat_paths}.each do |t|
|
||||
# DB.add_index t, :created_at
|
||||
#end
|
||||
}
|
||||
|
||||
down {
|
||||
%i{stat_referrers stat_locations stat_paths}.each do |t|
|
||||
DB.drop_index t, :created_at
|
||||
end
|
||||
#%i{stat_referrers stat_locations stat_paths}.each do |t|
|
||||
# DB.drop_index t, :created_at
|
||||
#end
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue