Send framework export by email
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
7
pkg/coredata/migrations/20250911T114906Z.sql
Normal file
7
pkg/coredata/migrations/20250911T114906Z.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE framework_exports ADD COLUMN recipient_email CITEXT NOT NULL DEFAULT '';
|
||||
|
||||
ALTER TABLE framework_exports ALTER COLUMN recipient_email DROP DEFAULT;
|
||||
|
||||
ALTER TABLE framework_exports ADD COLUMN recipient_name TEXT NOT NULL DEFAULT '';
|
||||
|
||||
ALTER TABLE framework_exports ALTER COLUMN recipient_name DROP DEFAULT;
|
||||
Reference in New Issue
Block a user