Drop users table

This commit is contained in:
Alex Gleason
2023-12-29 17:01:23 -06:00
parent 13bf936088
commit 358396fdac
8 changed files with 29 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ const createAccountController: AppController = async (c) => {
pubkey,
username: result.data.username,
inserted_at: new Date(),
admin: 0,
admin: false,
});
return c.json({