Skip to content
Snippets Groups Projects
Unverified Commit 31c73fdf authored by Johann150's avatar Johann150 Committed by GitHub
Browse files

chore: synchronize code and database schema (#8577)

* chore: remove default null

null is always the default value if a table column is nullable, and typeorm's
@Column only accepts strings for default.

* chore: synchronize code with database schema

* chore: sync generated migrations with code
parent bd620a8c
No related branches found
No related tags found
No related merge requests found
Showing
with 108 additions and 27 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment