refactor SQL scripts for consistency and style improvements

This commit is contained in:
Peter Wood
2025-03-06 08:26:39 -05:00
parent b6a6ca3b38
commit 07b8185c35
10 changed files with 192 additions and 168 deletions

View File

@@ -1 +1 @@
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
create extension IF not exists "uuid-ossp";