mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 04:42:40 +01:00
Fix syntax clowning in patch 046.
This commit is contained in:
parent
513178c7ec
commit
5915d1dbde
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ CREATE TABLE phabricator_conduit.conduit_certificatetoken (
|
|||
userPHID VARCHAR(64) BINARY NOT NULL,
|
||||
token VARCHAR(64),
|
||||
dateCreated INT UNSIGNED NOT NULL,
|
||||
dateModified INT UNSIGNED NOT NULL,
|
||||
dateModified INT UNSIGNED NOT NULL
|
||||
);
|
||||
|
||||
ALTER TABLE phabricator_conduit.conduit_certificatetoken
|
||||
|
|
Loading…
Reference in a new issue