Skip to content

Commit

Permalink
update revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pambecker committed Aug 14, 2024
1 parent 0b46fb5 commit 6b64fbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/app/migrations_manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@
20240603152949_update_too_role_name.up.sql
20240604203456_add_effective_expiraton_date_ghc_fuel.up.sql
20240606195706_adding_uncapped_request_total.up.sql
20240607134224_allow_pptas_client.up.sql
20240611185048_drop_unique_constraint_emplid.up.sql
20240613050505_add_sit_cost_moving_expenses.up.sql
20240613192433_move_valid_loa_for_tac_col_to_lines_of_accounting_table.up.sql
Expand All @@ -973,3 +974,4 @@
20240730161630_remove-boat-shipments-index.up.sql
20240801135811_create_mobile_home.up.sql
20240801135833_alter_mto_shipment_type_motorhome.up.sql
20240814144527_remove_allow_pptas_client.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE client_certs ADD COLUMN IF NOT EXISTS allow_pptas bool DEFAULT false NOT NULL;

COMMENT ON COLUMN client_certs.allow_pptas IS 'Indicates whether or not the cert grants access to the PPTAS API';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE client_certs
DROP COLUMN allow_pptas;

0 comments on commit 6b64fbc

Please sign in to comment.