v0.5.3-pre.003
This commit is contained in:
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_core_account_keys.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_core_account_keys explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_core_account_keys RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_core_account_states.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_core_account_states explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_core_account_states RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_core_balance_changes.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_core_balance_changes explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_core_balance_changes RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_core_inner_instructions.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_core_inner_instructions explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_core_inner_instructions RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_core_instructions.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_core_instructions explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_core_instructions RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_core_logs.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_core_logs explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_core_logs RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_core_return_data.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_core_return_data explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_core_return_data RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_core_transactions.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_core_transactions explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_core_transactions RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_decode_coverage_declarations.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_decode_coverage_declarations explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_decode_coverage_declarations RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_decode_coverage_observations.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_decode_coverage_observations explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_decode_coverage_observations RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_decode_events.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_decode_events explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_decode_events RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_mat_outputs.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_mat_outputs explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_mat_outputs RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_obs_account_observations.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_obs_account_observations explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_obs_account_observations RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_obs_transaction_observations.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_obs_transaction_observations explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_obs_transaction_observations RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_ops_processing_ledger.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_ops_processing_ledger explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_ops_processing_ledger RESTART IDENTITY CASCADE;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- file: migrations/postgres/maintenance/truncate/truncate_table_k_sol_raw_transactions.sql
|
||||
-- version: 1
|
||||
|
||||
-- Truncate k_sol_raw_transactions explicitly for maintenance.
|
||||
TRUNCATE TABLE k_sol_raw_transactions RESTART IDENTITY CASCADE;
|
||||
Reference in New Issue
Block a user