create-decision-logs-table.sh
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
create-decision-logs-table.sh has 27 facts recorded in Dontopedia across 2 references, with 3 live disagreements.
Mostly:includes command(3), checks environment variable(2), has comment(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
includesCodeBlockIncludes Code Block(1)
- Foxhop First Message
ex:foxhop-first-message
postedCodePosted Code(1)
- Foxhop
ex:foxhop
referencesScriptSchemaReferences Script Schema(1)
- Foxhop First Message
ex:foxhop-first-message
Other facts (26)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Includes Command | set -e | [2] |
| Includes Command | echo "❌ Error: DATABASE_URL or POSTGRES_URL environment variable not set" | [2] |
| Includes Command | exit 1 | [2] |
| Checks Environment Variable | Database Url | [1] |
| Checks Environment Variable | Postgres Url | [1] |
| Has Comment | Create decision_logs table for append-only audit trail of bot decisions | [1] |
| Has Comment | Create decision_logs table for append-only audit trail of bot decisions | [2] |
| Checks Env Var | DATABASE_URL | [2] |
| Checks Env Var | POSTGRES_URL | [2] |
| Assigns Db Url | ${DATABASE_URL:-$POSTGRES_URL} | [1] |
| Depends on Database Connection | Db Url | [1] |
| Emits Error Message If No Db Url | ❌ Error: DATABASE_URL or POSTGRES_URL environment variable not set | [1] |
| Emits Progress Message | 🚀 Creating decision_logs table... | [1] |
| Emits Success Message | ✅ Migration completed successfully! | [1] |
| Enables Strict Error Mode | set -e | [1] |
| Executes Psql Heredoc | Sql Commands | [1] |
| Follows Database Migration Genre | Migration | [1] |
| Has Usage Instruction | ./create-decision-logs-table-sh | [1] |
| Is Bash Script | #/!bin/bash | [1] |
| Presupposes Postgres Database | Psql | [1] |
| Rdf:type | Bash Script | [2] |
| Has Hashbang | #!/bin/bash | [2] |
| Has Usage Line | ./create-decision-logs-table.sh | [2] |
| Sets Variable | DB_URL | [2] |
| Executes Sql | Sql Block 1 | [2] |
| Prints Message | ✅ Migration completed successfully! | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:discord/blah/omega/part-732ctx:discord/blah/omega/720- full textomega-720text/plain2 KB
doc:agent/omega-720/d8ac9a22-4d81-4359-a0f9-d3600d180f33Show excerpt
[2025-12-13 13:45] foxhop.: ``` #!/bin/bash # Create decision_logs table for append-only audit trail of bot decisions # Usage: ./create-decision-logs-table.sh set -e if [ -z "$DATABASE_URL" ] && [ -z "$POSTGRES_URL" ]; then echo "❌ Erro…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.