Skip to content

Commit f0cc31a

Browse files
committed
Science Commit 5.
1 parent 4f1d98c commit f0cc31a

29 files changed

Lines changed: 66 additions & 13 deletions

modules/AE6E66/servlets/setup-db.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Creates nwe_ae6e66 database and tables
44
# Usage: bash modules/AE6E66/servlets/setup-db.sh
55
set -e
6+
# SAFE: Uses CREATE IF NOT EXISTS. Never drops or overwrites existing data.
7+
# Can be run repeatedly after git pull without risk to production databases.
68

79
DB_USER="root"
810
DB_PASS='$$Ironman1'

modules/black/presidential/Brarner.M.Alete/install/macos/populate-all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# Brarner.M.Alete™ — Populate ALL Tables (macOS)
35
# Runs all population scripts in sequence.
46
# Usage: bash install/macos/populate-all.sh

modules/black/presidential/Brarner.M.Alete/install/macos/populate-art.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# Brarner.M.Alete™ — Populate Art Database (macOS)
35
# Usage: bash install/macos/populate-art.sh
46
set -e

modules/black/presidential/Brarner.M.Alete/install/macos/populate-postal.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# Brarner.M.Alete™ — Populate Postal Database (macOS)
35
# Usage: bash install/macos/populate-postal.sh
46
set -e

modules/black/presidential/Brarner.M.Alete/install/macos/populate-publications.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# Brarner.M.Alete™ — Populate Publications Database (macOS)
35
# Usage: bash install/macos/populate-publications.sh
46
set -e

modules/black/presidential/Brarner.M.Alete/install/macos/populate-science-db.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# Brarner.M.Alete™ — Populate Science Database (macOS)
35
# Same as Linux populate script — macOS uses same bash/mysql tools.
46
# Usage: bash install/macos/populate-science-db.sh

modules/black/presidential/Brarner.M.Alete/install/macos/populate-ssa.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# Brarner.M.Alete™ — Populate SSA Database (macOS)
35
# Usage: bash install/macos/populate-ssa.sh
46
set -e

modules/black/presidential/Brarner.M.Alete/install/populate-all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES/DROPS tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# Brarner.M.Alete™ — Populate ALL Tables (Linux/macOS)
35
# Runs all population scripts in sequence.
46
# Usage: bash install/populate-all.sh

modules/black/presidential/Brarner.M.Alete/install/populate-art.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES/DROPS tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# Brarner.M.Alete™ — Populate Art Museum Data (Linux/macOS)
35
# Inserts museum and artwork records into BrarnerScience.art_works
46
# Usage: bash install/populate-art.sh

modules/black/presidential/Brarner.M.Alete/install/populate-kingdoms.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# ⚠️ DESTRUCTIVE: This script TRUNCATES/DROPS tables before reloading data.
3+
# Do NOT run as part of git-pull automation. Run manually only when reloading reference data.
24
# ============================================================================
35
# Brarner.M.Alete™ — Populate Plantae, Fungi, Protista from GBIF
46
# Downloads taxonomy hierarchies (phylum → class → order → family) from the

0 commit comments

Comments
 (0)