File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
migrations/20241203125544_remove_text_column_in_dff_certification_competence_details Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ Warnings:
3
+
4
+ - You are about to drop the column `text` on the `dff_certification_competence_details` table. All the data in the column will be lost.
5
+
6
+ */
7
+ -- AlterTable
8
+ ALTER TABLE " dff_certification_competence_details" DROP COLUMN " text" ;
Original file line number Diff line number Diff line change @@ -1467,7 +1467,6 @@ model DFFCertificationCompetenceDetails {
1467
1467
dematerializedFeasibilityFileId String @map (" dematerialized_feasibility_file_id " ) @db.Uuid
1468
1468
certificationCompetenceId String @map (" certification_competence_id " ) @db.Uuid
1469
1469
certificationCompetence CertificationCompetence @relation (fields : [certificationCompetenceId ] , references : [id ] )
1470
- text String ?
1471
1470
createdAt DateTime @default (now () ) @map (" created_at " ) @db.Timestamptz (6 )
1472
1471
state DFFCertificationCompetenceDetailsState @default (YES )
1473
1472
You can’t perform that action at this time.
0 commit comments