Commit b318287d authored by Alain Takoudjou's avatar Alain Takoudjou

CMFActivitiy: Use BIGINT for uid as slapos master has huge amount of activities

parent 29ff5739
......@@ -9,7 +9,7 @@ class_file:
</dtml-comment>
<params>table</params>
CREATE TABLE <dtml-var table> (
`uid` INT UNSIGNED NOT NULL,
`uid` BIGINT UNSIGNED NOT NULL,
`date` DATETIME NOT NULL,
`path` VARCHAR(255) NOT NULL,
`active_process_uid` INT UNSIGNED NULL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment