mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Multiple form validation fixes
This commit is contained in:
parent
20dd61881c
commit
0e6e08beb2
5 changed files with 55 additions and 55 deletions
|
|
@ -275,8 +275,6 @@ model links {
|
|||
directUrl String? @db.VarChar(255)
|
||||
provider String? @db.VarChar(255)
|
||||
custom String? @db.VarChar(255)
|
||||
createdAt DateTime @db.DateTime(0)
|
||||
updatedAt DateTime @db.DateTime(0)
|
||||
downloadId Int
|
||||
url2 String? @db.VarChar(255)
|
||||
download downloads? @relation(fields: [downloadId], references: [id], map: "links_ibfk_1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue