@fonderie/workspaces 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +0,0 @@
1
- ALTER TABLE fonderie_workspaces
2
- ADD COLUMN IF NOT EXISTS motto TEXT,
3
- ADD COLUMN IF NOT EXISTS phone TEXT,
4
- ADD COLUMN IF NOT EXISTS business_type TEXT,
5
- ADD COLUMN IF NOT EXISTS address JSONB NOT NULL DEFAULT '{}';