()
| 1726 | } |
| 1727 | |
| 1728 | pub fn timestamp() -> i64 { |
| 1729 | chrono::Utc::now().timestamp() |
| 1730 | } |
| 1731 | |
| 1732 | /// DatabaseData contains all the data of a database. |
| 1733 | /// It's used when duplicating a database, or during import and export. |
no test coverage detected