* Moving away from auto_increment
! Initial id size will stay as u64 but u128 are easily the next major change This change shouldn't break clients written in high level languages since most already use 128's under the hood anyway - This commit also removes the auto_increment flag from basically everything that uses RNG id's
This commit is contained in:
3
json-api/db/Makefile
Normal file
3
json-api/db/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
default:
|
||||
cargo build --release
|
||||
|
||||
Reference in New Issue
Block a user