WIP: migrations
This commit is contained in:
17
source/db/types.d
Normal file
17
source/db/types.d
Normal file
@@ -0,0 +1,17 @@
|
||||
module db.types;
|
||||
|
||||
class User {
|
||||
string id;
|
||||
string name;
|
||||
string handle;
|
||||
bool local;
|
||||
|
||||
string ap_id;
|
||||
string ap_privkey;
|
||||
string ap_pubkey;
|
||||
string ap_shared_inbox;
|
||||
string ap_inbox;
|
||||
string ap_outbox;
|
||||
string ap_followers_addr;
|
||||
string ap_following_addr;
|
||||
}
|
||||
Reference in New Issue
Block a user