Raid groups page working

This commit is contained in:
2025-03-06 23:54:34 -05:00
parent fa3738f88e
commit 18f048bc3b
5 changed files with 178 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS raid_builder.raid_group_permission(
permission raid_builder.raid_group_permission_type NOT NULL,
--Auditing
modified_by uuid NOT NULL,
modified_by uuid,
modified_date timestamptz,
created_by uuid NOT NULL,
created_date timestamptz NOT NULL