Viewing File: /home/ubuntu/code_review/phabricator/resources/sql/patches/20130423.updateexternalaccount.sql

RENAME TABLE `{$NAMESPACE}_user`.`externalaccount`
  TO `{$NAMESPACE}_user`.`user_externalaccount`;

ALTER TABLE `{$NAMESPACE}_user`.`user_externalaccount`
  ADD `dateCreated` INT UNSIGNED NOT NULL,
  ADD `dateModified` INT UNSIGNED NOT NULL;
Back to Directory File Manager