mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Use i32 for database IDs since that's support for postgres too
This commit is contained in:
@@ -18,7 +18,7 @@ impl MigrationTrait for Migration {
|
||||
.table(crate::schema::user::Entity)
|
||||
.col(
|
||||
ColumnDef::new(crate::schema::user::Column::Id)
|
||||
.unsigned()
|
||||
.integer()
|
||||
.not_null()
|
||||
.auto_increment()
|
||||
.primary_key(),
|
||||
|
||||
Reference in New Issue
Block a user