Commit Graph

7 Commits

Author SHA1 Message Date
shockrah
cdc88b8365 * fixed formating/comments in users schema
* channels schema now uses a bigint unsigned for pid
this is to keep consistent with notion of id's being usize|u64 in rust
* foreign key constraint added to keys table referencing user rows
2020-07-04 22:52:59 -07:00
shockrah
17a23d41f5 switched the order fields to match what rust typles expect 2020-06-03 01:20:12 -07:00
shockrah
9e6f32e36e Description field is now optional as not all channels will need one 2020-06-03 00:02:22 -07:00
shockrah
528d7502d1 removed perms and limit on channels until channels module is done 2020-06-02 22:01:21 -07:00
shockrah
f30a8abfc5 Removed old irrelevant comment 2020-05-17 16:05:01 -07:00
shockrah
7c2e1abbc3 new channel schema which is meant to encompass both text and voice channels 2020-03-11 00:39:10 -07:00
shockrah
7e04e6010a new schema to contain basic channel information 2020-03-10 17:59:27 -07:00