BreakOutEvent / breakout-frontend

Web Frontend
GNU Affero General Public License v3.0
6 stars 2 forks source link

Set limit to 1000000000 when no limit is set #361

Closed dominikglandorf closed 5 years ago

dominikglandorf commented 5 years ago

For already created donations this SQL query is required:

UPDATE sponsoring SET sponsoring_limit = 'EUR 1000000000' WHERE sponsoring_limit = 'EUR 9999999999';