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;
|
||||
Reference in New Issue
Block a user