refactor: Change timestamp types to i64

- Update `created_at` type from u32 to i64
- Update `updated_at` type from u32 to i64
This commit is contained in:
Mahmoud-Emad
2025-12-02 15:40:16 +02:00
parent 46e0e56e61
commit d7e4e8ec56

View File

@@ -5,8 +5,8 @@ pub mut:
id u32
name string
description string
created_at u32
updated_at u32
created_at i64
updated_at i64
securitypolicy u32
tags u32 // when we set/get we always do as []string but this can then be sorted and md5ed this gies the unique id of tags
messages []u32