mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5eeda6040e
Summary: Ref T9076, adds basic plumbing for setting the state of a Paste. Test Plan: Archive Paste, Activate Paste, New Paste Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T9076 Differential Revision: https://secure.phabricator.com/D13801
2 lines
87 B
SQL
2 lines
87 B
SQL
UPDATE {$NAMESPACE}_pastebin.pastebin_paste
|
|
SET status = 'active' WHERE status = '';
|