first commit

This commit is contained in:
meninjar
2026-04-14 01:23:34 +00:00
commit edfaa886ff
443 changed files with 1245931 additions and 0 deletions
@@ -0,0 +1,20 @@
-- +goose Up
-- +goose StatementBegin
CREATE TABLE rol_permission (
id int4 NOT NULL,
"create" bool NULL,
"read" bool NULL,
"update" bool NULL,
"disable" bool NULL,
"delete" bool NULL,
active bool NULL,
fk_rol_pages_id int4 NULL,
role_keycloak _text NULL,
group_keycloak _text NULL
);
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
SELECT 'down SQL query';
-- +goose StatementEnd