diff options
author | gzfrozen <[email protected]> | 2024-03-18 06:04:37 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-17 22:04:37 +0100 |
commit | 000c6060297cf96d4f3d3891ebf53d72c2064e72 (patch) | |
tree | 9996825403feaf336b35a9edf820cf1b4e1a9e73 /migrations/sqlite | |
parent | 29144b2ce0d0f894ab20ad42368f1b62eaed3574 (diff) | |
download | vaultwarden-000c6060297cf96d4f3d3891ebf53d72c2064e72.tar.gz vaultwarden-000c6060297cf96d4f3d3891ebf53d72c2064e72.zip |
Change timestamp data type. (#4355)
Co-authored-by: Daniel GarcĂa <[email protected]>
Diffstat (limited to 'migrations/sqlite')
-rw-r--r-- | migrations/sqlite/2024-02-14-140000_change_time_stamp_data_type/down.sql | 0 | ||||
-rw-r--r-- | migrations/sqlite/2024-02-14-140000_change_time_stamp_data_type/up.sql | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/migrations/sqlite/2024-02-14-140000_change_time_stamp_data_type/down.sql b/migrations/sqlite/2024-02-14-140000_change_time_stamp_data_type/down.sql new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/migrations/sqlite/2024-02-14-140000_change_time_stamp_data_type/down.sql diff --git a/migrations/sqlite/2024-02-14-140000_change_time_stamp_data_type/up.sql b/migrations/sqlite/2024-02-14-140000_change_time_stamp_data_type/up.sql new file mode 100644 index 00000000..187a614e --- /dev/null +++ b/migrations/sqlite/2024-02-14-140000_change_time_stamp_data_type/up.sql @@ -0,0 +1 @@ +-- Integer size in SQLite is already i64, so we don't need to do anything |