test, more id fixes, and naming all files
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 48s

This commit is contained in:
2025-11-25 05:59:56 -08:00
parent 2a48b0a041
commit 1d0bd630b2
82 changed files with 708 additions and 116 deletions

View File

@@ -1,3 +1,4 @@
-- sql/Initial_triggers_and_functions.sql
-- This file contains all trigger functions and trigger definitions for the database.
-- 1. Set up the trigger to automatically create a profile when a new user signs up.

View File

@@ -1,3 +1,4 @@
-- sql/drop_tables.sql
/*
-- This script is used to completely reset the public schema by deleting all tables.
-- It should be run before re-running the schema.sql.txt script to ensure a clean state.

View File

@@ -1,3 +1,4 @@
# sql/helper_scripts/generate_rollup.ps1
<#
.SYNOPSIS
SQL ROLLUP GENERATION SCRIPT (POWERSHELL)
@@ -29,4 +30,3 @@ $SourceFiles = @(
Write-Host "Generating '$MasterFile' from source files..."
Get-Content -Path $SourceFiles | Set-Content -Path $MasterFile -Encoding UTF8
Write-Host "✅ Success: '$MasterFile' has been generated." -ForegroundColor Green

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# sql/helper_scripts/generate_rollup.sh
# ============================================================================
# SQL ROLLUP GENERATION SCRIPT (BASH)
# ============================================================================

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# sql/helper_scripts/verify_rollup.sh
# ============================================================================
# SQL ROLLUP VERIFICATION SCRIPT
# ============================================================================

View File

@@ -1,3 +1,4 @@
-- sql/initial_data.sql
-- ============================================================================
-- INITIAL DATA SEEDING SCRIPT
-- ============================================================================

View File

@@ -1,3 +1,4 @@
-- sql/initial_schema.sql
-- ============================================================================
-- ============================================================================
-- PART 2: TABLES

View File

@@ -1,3 +1,4 @@
-- sql/master_schema_rollup.sql
-- ============================================================================
-- MASTER SCHEMA SCRIPT
-- ============================================================================