mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-24 16:36:12 +01:00
* add group information field to group and Information tab to display * add breaks to info page * Improve UX --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
3 lines
69 B
SQL
3 lines
69 B
SQL
-- AlterTable
|
|
ALTER TABLE "Group" ADD COLUMN "information" TEXT;
|