Skip to content

Commit

Permalink
Merge pull request #35 from bcgov/EMSEDT-183_Delete_Files
Browse files Browse the repository at this point in the history
EMSEDT-183: Delete Files
  • Loading branch information
barrfalk authored Oct 21, 2024
2 parents c891bc6 + cbc3d92 commit e4b8e6e
Show file tree
Hide file tree
Showing 15 changed files with 1,345 additions and 331 deletions.
8 changes: 8 additions & 0 deletions backend/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,11 @@ model aqi_data_classifications {
update_user_id String @db.VarChar(200)
update_utc_timestamp DateTime @db.Timestamp(6)
}

model aqi_imported_data {
aqi_imported_data_id String @id @default(dbgenerated("gen_random_uuid()")) @db.Uuid
file_name String? @db.VarChar(200)
original_file_name String? @db.VarChar(200)
imported_guids Json?
create_utc_timestamp DateTime @db.Timestamp(6)
}
Loading

0 comments on commit e4b8e6e

Please sign in to comment.