Skip to content

Commit

Permalink
fix: license exams
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Sep 12, 2023
1 parent 8bd533e commit cc990f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/*
Warnings:
- You are about to drop the column `licenseExamId` on the `DriversLicenseCategoryValue` table. All the data in the column will be lost.
- You are about to drop the `DLExam` table. If the table is not empty, all the data it contains will be lost.
- You are about to drop the `WeaponExam` table. If the table is not empty, all the data it contains will be lost.
- You are about to drop the `_DLExamToDriversLicenseCategoryValue` table. If the table is not empty, all the data it contains will be lost.
- You are about to drop the `_DriversLicenseCategoryValueToWeaponExam` table. If the table is not empty, all the data it contains will be lost.
*/
-- DropForeignKey
ALTER TABLE "DLExam" DROP CONSTRAINT "DLExam_citizenId_fkey";

Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"create-images-domain": "node ../../scripts/create-images-domain.mjs"
},
"dependencies": {
"@casperiv/use-socket.io": "6.0.0",
"@casperiv/use-socket.io": "6.0.1",
"@casperiv/useful": "^3.0.0",
"@headlessui/react": "^1.7.17",
"@radix-ui/react-popover": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc990f3

Please sign in to comment.