Type-aware migration from Fluxer's PostgreSQL fluxer_kv backend to the native Apache Cassandra schema, plus scylla-feature image builds and a full cutover runbook. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
# Secrets — never commit. Holds DB passwords in plaintext.
|
|
.env
|
|
*.env
|
|
!.env.example
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Migration scratch
|
|
last-diff.cql
|