Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / resources / sql / autopatches / 20190220.daemon_worker.completed.02.sql
blobf0040576a9bc2ff13deaf7570264bbbda5d6b4fc
1 ALTER TABLE {$NAMESPACE}_worker.worker_activetask
2   ADD dateCreated int unsigned NOT NULL,
3   ADD dateModified int unsigned NOT NULL;