>> Look at the last item in the UPGRADING file ...
>>
>> ALTER TABLE tracking CHANGE
>>                 Timestamp       UnixTimestamp BIGINT NOT NULL;
>>
>> That renames the column from Timestamp to UnixTimestamp, but it looks
>> wrong. Try ...
>>
>>
>> ALTER TABLE session_tracking CHANGE
>>                 Timestamp       UnixTimestamp BIGINT NOT NULL;
>>
>>     
>
> I just noticed this only after my ltest post.. sorry.. ;-)
>   
Fixed in r415.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to