This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28ac16d
commit a248d72
Showing
3 changed files
with
19 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
BEGIN; | ||
|
||
ALTER TABLE paydays DROP COLUMN nparticipants; | ||
ALTER TABLE paydays DROP COLUMN ntippers; | ||
ALTER TABLE paydays DROP COLUMN ntips; | ||
ALTER TABLE paydays DROP COLUMN ntransfers; | ||
ALTER TABLE paydays DROP COLUMN ncc_failing; | ||
ALTER TABLE paydays DROP COLUMN ncc_missing; | ||
ALTER TABLE paydays DROP COLUMN ncharges; | ||
ALTER TABLE paydays DROP COLUMN charge_volume; | ||
ALTER TABLE paydays DROP COLUMN charge_fees_volume; | ||
ALTER TABLE paydays DROP COLUMN nachs; | ||
ALTER TABLE paydays DROP COLUMN ach_volume; | ||
ALTER TABLE paydays DROP COLUMN ach_fees_volume; | ||
ALTER TABLE paydays DROP COLUMN nach_failing; | ||
ALTER TABLE paydays DROP COLUMN npachinko; | ||
ALTER TABLE paydays DROP COLUMN pachinko_volume; | ||
|
||
END; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters