v0.5.3-pre.003

This commit is contained in:
2026-08-12 11:00:59 +02:00
parent 8448ad1079
commit 400ced4832
313 changed files with 7773 additions and 2623 deletions

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_core_account_keys.sql
-- version: 1
-- Drop k_sol_core_account_keys explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_core_account_keys CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_core_account_states.sql
-- version: 1
-- Drop k_sol_core_account_states explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_core_account_states CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_core_balance_changes.sql
-- version: 1
-- Drop k_sol_core_balance_changes explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_core_balance_changes CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_core_inner_instructions.sql
-- version: 1
-- Drop k_sol_core_inner_instructions explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_core_inner_instructions CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_core_instructions.sql
-- version: 1
-- Drop k_sol_core_instructions explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_core_instructions CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_core_logs.sql
-- version: 1
-- Drop k_sol_core_logs explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_core_logs CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_core_return_data.sql
-- version: 1
-- Drop k_sol_core_return_data explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_core_return_data CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_core_transactions.sql
-- version: 1
-- Drop k_sol_core_transactions explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_core_transactions CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_decode_coverage_declarations.sql
-- version: 1
-- Drop k_sol_decode_coverage_declarations explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_decode_coverage_declarations CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_decode_coverage_observations.sql
-- version: 1
-- Drop k_sol_decode_coverage_observations explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_decode_coverage_observations CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_decode_events.sql
-- version: 1
-- Drop k_sol_decode_events explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_decode_events CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_mat_outputs.sql
-- version: 1
-- Drop k_sol_mat_outputs explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_mat_outputs CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_obs_account_observations.sql
-- version: 1
-- Drop k_sol_obs_account_observations explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_obs_account_observations CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_obs_transaction_observations.sql
-- version: 1
-- Drop k_sol_obs_transaction_observations explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_obs_transaction_observations CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_ops_processing_ledger.sql
-- version: 1
-- Drop k_sol_ops_processing_ledger explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_ops_processing_ledger CASCADE;

View File

@@ -0,0 +1,5 @@
-- file: migrations/postgres/maintenance/drop/drop_table_if_exists_k_sol_raw_transactions.sql
-- version: 1
-- Drop k_sol_raw_transactions explicitly for maintenance.
DROP TABLE IF EXISTS k_sol_raw_transactions CASCADE;