* 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:
shockrah
2021-03-24 01:14:37 -07:00
parent d02084a22c
commit a1f86fdf6e
8 changed files with 32 additions and 35 deletions

3
json-api/db/Makefile Normal file
View File

@@ -0,0 +1,3 @@
default:
cargo build --release