-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cf9e43
commit 50d3344
Showing
6 changed files
with
37 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
20 changes: 20 additions & 0 deletions
20
src/prisma/migrations/20231005124705_jay_dev/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,20 @@ | ||
/* | ||
Warnings: | ||
- You are about to drop the `Chat` table. If the table is not empty, all the data it contains will be lost. | ||
- You are about to drop the `Contact` table. If the table is not empty, all the data it contains will be lost. | ||
- You are about to drop the `GroupMetadata` table. If the table is not empty, all the data it contains will be lost. | ||
- You are about to drop the `Message` table. If the table is not empty, all the data it contains will be lost. | ||
*/ | ||
-- DropTable | ||
DROP TABLE "Chat"; | ||
|
||
-- DropTable | ||
DROP TABLE "Contact"; | ||
|
||
-- DropTable | ||
DROP TABLE "GroupMetadata"; | ||
|
||
-- DropTable | ||
DROP TABLE "Message"; |
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
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 |
---|---|---|
|
@@ -2450,7 +2450,7 @@ [email protected]: | |
xml2js "^0.4.23" | ||
yargs "^17.3.1" | ||
|
||
typescript@*: | ||
typescript@*, typescript@^5.2.2: | ||
version "5.2.2" | ||
resolved "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz" | ||
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== | ||
|