mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
4 lines
124 B
MySQL
4 lines
124 B
MySQL
|
ALTER TABLE {$NAMESPACE}_phurl.phurl_url
|
||
|
ADD dateCreated int unsigned NOT NULL,
|
||
|
ADD dateModified int unsigned NOT NULL;
|