test, more id fixes, and naming all files
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 48s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 48s
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# sql/helper_scripts/generate_rollup.sh
|
||||
# ============================================================================
|
||||
# SQL ROLLUP GENERATION SCRIPT (BASH)
|
||||
# ============================================================================
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# sql/helper_scripts/verify_rollup.sh
|
||||
# ============================================================================
|
||||
# SQL ROLLUP VERIFICATION SCRIPT
|
||||
# ============================================================================
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- sql/initial_data.sql
|
||||
-- ============================================================================
|
||||
-- INITIAL DATA SEEDING SCRIPT
|
||||
-- ============================================================================
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- sql/initial_schema.sql
|
||||
-- ============================================================================
|
||||
-- ============================================================================
|
||||
-- PART 2: TABLES
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- sql/master_schema_rollup.sql
|
||||
-- ============================================================================
|
||||
-- MASTER SCHEMA SCRIPT
|
||||
-- ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user