From b1cabcf66456678c76db9e43c1424798d18dcdcf Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 1 Jun 2025 18:51:05 -0400 Subject: [PATCH] Added TODO --- run_migrations.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_migrations.txt b/run_migrations.txt index 927b280..00583ef 100644 --- a/run_migrations.txt +++ b/run_migrations.txt @@ -1,3 +1,5 @@ +TODO: At some point, move this somewhere that is appropriate + # Make sure role has CREATEDB ALTER ROLE username_that_needs_permission CREATEDB;