Feat v0.7.6 code hygiene (#60)
All checks were successful
CI/CD / e2e-smoke (push) Has been skipped
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-runners (push) Has been skipped
CI/CD / test-frontend (push) Successful in 6s
CI/CD / test-go-pg (push) Successful in 2m48s
CI/CD / build-and-deploy (push) Successful in 25s
CI/CD / test-sqlite (push) Successful in 2m55s
All checks were successful
CI/CD / e2e-smoke (push) Has been skipped
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-runners (push) Has been skipped
CI/CD / test-frontend (push) Successful in 6s
CI/CD / test-go-pg (push) Successful in 2m48s
CI/CD / build-and-deploy (push) Successful in 25s
CI/CD / test-sqlite (push) Successful in 2m55s
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #60.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
-- ==========================================
|
||||
-- Armature — 009 Multi-Replica HA
|
||||
-- ==========================================
|
||||
-- Note: migration 008 was merged into 007 during pre-1.0 schema consolidation.
|
||||
|
||||
CREATE TABLE IF NOT EXISTS ws_tickets (
|
||||
id TEXT PRIMARY KEY,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
-- ==========================================
|
||||
-- Armature — 009 Multi-Replica HA (SQLite)
|
||||
-- ==========================================
|
||||
-- Note: migration 008 was merged into 007 during pre-1.0 schema consolidation.
|
||||
|
||||
CREATE TABLE IF NOT EXISTS ws_tickets (
|
||||
id TEXT PRIMARY KEY,
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
-- 013_cluster_registry.sql — placeholder
|
||||
-- Postgres-only migration: creates UNLOGGED node_registry table for
|
||||
-- cluster self-assembly (v0.6.0). SQLite deployments are single-node
|
||||
-- and do not use the cluster registry. This placeholder aligns the
|
||||
-- migration numbering between dialects.
|
||||
--
|
||||
-- See postgres/013_cluster_registry.sql for the actual schema.
|
||||
@@ -1,4 +1,4 @@
|
||||
-- 013_test_runner_type.sql — v0.7.1
|
||||
-- 014_test_runner_type.sql — v0.7.1
|
||||
-- Adds 'test-runner' to the packages.type CHECK constraint.
|
||||
-- SQLite doesn't support ALTER CHECK — must recreate the table.
|
||||
|
||||
Reference in New Issue
Block a user