Füge Migration für Untergrundauftrag 'investigate_affair' hinzu und aktualisiere die Dokumentation
All checks were successful
Deploy yourpart (blue-green) / deploy (push) Successful in 1m52s
All checks were successful
Deploy yourpart (blue-green) / deploy (push) Successful in 1m52s
This commit is contained in:
11
migrations/019_falukant_investigate_affair.sql
Normal file
11
migrations/019_falukant_investigate_affair.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Untergrundauftrag: Liebschaft ausspionieren / aufdecken.
|
||||
-- Die Auswertung erfolgt im UndergroundWorker nach der normalen Wartezeit von 1 Tag.
|
||||
-- Siehe docs/FALUKANT_UNDERGROUND_INVESTIGATE_AFFAIR.md.
|
||||
|
||||
INSERT INTO falukant_type.underground (tr)
|
||||
SELECT 'investigate_affair'
|
||||
WHERE NOT EXISTS (
|
||||
SELECT 1
|
||||
FROM falukant_type.underground
|
||||
WHERE tr = 'investigate_affair'
|
||||
);
|
||||
Reference in New Issue
Block a user