forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into revert-26660
- Loading branch information
Showing
905 changed files
with
104,250 additions
and
24,382 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
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 |
---|---|---|
|
@@ -73,7 +73,7 @@ $RECYCLE.BIN | |
*.swp | ||
|
||
# Rust output. | ||
/milla/target/* | ||
/rust/target/* | ||
|
||
# mkdocs output. | ||
site | ||
|
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,23 @@ | ||
-- Migration: 59-60 | ||
-- Author: warriorstar | ||
-- Introduced: PR# 26645 | ||
|
||
-- This migration adds the 'ledger' and 'nested ledger' enum values to the | ||
-- `feedback` table in conjunction with making those feedback types available | ||
-- through SSblackbox. | ||
-- No data migration is required. | ||
|
||
ALTER TABLE | ||
`feedback` | ||
MODIFY | ||
COLUMN `key_type` ENUM( | ||
'text', | ||
'amount', | ||
'tally', | ||
'nested tally', | ||
'associative', | ||
'ledger', | ||
'nested ledger' | ||
) NOT NULL | ||
AFTER | ||
`key_name`; |
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
Oops, something went wrong.