howmuch/migrations/20241017220309_event_add_total_amount.postgres.up.sql
2024-10-18 19:36:31 +02:00

3 lines
53 B
SQL

ALTER TABLE "event"
ADD "total_amount" integer NULL;