You've already forked AstralRinth
forked from didirus/AstralRinth
Team routes (#92)
* Team routes template * More work on teams * Updating routes WIP * Edit routes * Fixes * Run prepare, prevent non-members from seeing perms * More fixes * Finish team routes * More fixes * Unpushed changes * Some more fixes and error handling * Fix sqlx prepare, formatting Co-authored-by: Aeledfyr <aeledfyr@gmail.com>
This commit is contained in:
5
migrations/20201109200208_edit-teams.sql
Normal file
5
migrations/20201109200208_edit-teams.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE team_members
|
||||
ADD COLUMN permissions bigint default 0 NOT NULL;
|
||||
ALTER TABLE team_members
|
||||
ADD COLUMN accepted boolean default false NOT NULL;
|
||||
Reference in New Issue
Block a user