mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 00:31:59 +02:00
This completes the stripe integration for existing sites
This commit is contained in:
parent
4aa57086e0
commit
98496698cb
15 changed files with 364 additions and 33 deletions
9
migrations/020_add_plan_ended.rb
Normal file
9
migrations/020_add_plan_ended.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
Sequel.migration do
|
||||
up {
|
||||
DB.add_column :sites, :plan_ended, :boolean, default: false
|
||||
}
|
||||
|
||||
down {
|
||||
DB.drop_column :sites, :plan_ended
|
||||
}
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue