mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
3c62be6956
Summary: Adds a schema patch that removes conduit_connectionlog. This table hasn't been used in 8ish months so it's probably safe to get rid of. Test Plan: Apply the patch locally and confirm that the table does indeed get dropped. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D16438
1 line
55 B
SQL
1 line
55 B
SQL
DROP TABLE {$NAMESPACE}_conduit.conduit_connectionlog;
|