-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(database): add DBA column to Business model and migration
- Introduce a new 'dba' column to the Business schema - Create migration for adding the 'dba' column in the database (Your database schema has more additions than my Netflix watchlist)
- Loading branch information
1 parent
aff802a
commit cdd0202
Showing
3 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
Submodule data-migrations
updated
from 79ee88 to ba511b
2 changes: 2 additions & 0 deletions
2
...flows-service/prisma/migrations/20241203215328_dba_column_in_business_table/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- AlterTable | ||
ALTER TABLE "Business" ADD COLUMN "dba" TEXT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters