forked from gophish/gophish
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from evait-security/2651
merge 2651 into origin/2651 without minified js
- Loading branch information
Showing
6 changed files
with
95 additions
and
9 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
4 changes: 4 additions & 0 deletions
4
db/db_mysql/migrations/20221020122500_0.12.1_redirect_mode.sql
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,4 @@ | ||
-- +goose Up | ||
-- SQL in section 'Up' is executed when this migration is applied | ||
ALTER TABLE `pages` ADD COLUMN redirect_html TEXT; | ||
ALTER TABLE `pages` ADD COLUMN redirect_mode TEXT; |
4 changes: 4 additions & 0 deletions
4
db/db_sqlite3/migrations/20221020122500_0.12.1_redirect_mode.sql
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,4 @@ | ||
-- +goose Up | ||
-- SQL in section 'Up' is executed when this migration is applied | ||
ALTER TABLE `pages` ADD COLUMN redirect_html TEXT; | ||
ALTER TABLE `pages` ADD COLUMN redirect_mode TEXT; |
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
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