1
0
Fork 0
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:
epriestley 2011-06-20 05:59:42 -07:00
parent 513178c7ec
commit 5915d1dbde

View file

@ -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