mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +02:00
initial profile comments
This commit is contained in:
parent
44311e4008
commit
5bc66e2524
11 changed files with 92 additions and 16 deletions
9
migrations/022_fix_changes.rb
Normal file
9
migrations/022_fix_changes.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.rename_table :changes, :site_changes
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :site_changes, :changes
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue