Commit Graph

15 Commits

Author SHA1 Message Date
Luis Eduardo Jeréz Girón c577bf7d2d Add migration to add is_local column to backups table 2024-08-03 21:27:51 -06:00
Luis Eduardo Jeréz Girón 8c9d071395 Update backups table cron_expression column 2024-07-24 02:05:20 -06:00
Luis Eduardo Jeréz Girón ae9b3b7adc Update encrypted fields in database to use bytea type 2024-07-23 23:48:09 -06:00
Luis Eduardo Jeréz Girón 6798397dc6 Update foreign key constraints in database migrations 2024-07-22 23:29:25 -06:00
Luis Eduardo Jeréz Girón a6bf396e65 Add retention_days column to backups table and update related SQL queries 2024-07-21 19:34:23 -06:00
Luis Eduardo Jeréz Girón 88df185ab7 Add backup_id column to executions table and create index 2024-07-21 17:28:11 -06:00
Luis Eduardo Jeréz Girón 237ab076f5 Update backups table schema to include time_zone field 2024-07-20 23:19:08 -06:00
Luis Eduardo Jeréz Girón fffa6b3fca Update databases table schema to include pg_version field 2024-07-20 22:16:35 -06:00
Luis Eduardo Jeréz Girón 83ecb918b4 Update executions table schema to allow nullable message field 2024-07-20 22:05:24 -06:00
Luis Eduardo Jeréz Girón 656d60e865 Make token column unique in sessions table migration 2024-07-20 17:40:15 -06:00
Luis Eduardo Jeréz Girón c4237a3436 Update 'backup_uri' column name to 'path' in executions table migration 2024-07-20 16:52:19 -06:00
Luis Eduardo Jeréz Girón 5b45812df4 Add 'deleted_at' and 'status' column to executions table migration 2024-07-20 16:51:03 -06:00
Luis Eduardo Jeréz Girón 8406547b3b Remove trailing comma in sessions table migration 2024-07-20 00:56:26 -06:00
Luis Eduardo Jeréz Girón 5b561ff869 Add sessions table migration 2024-07-20 00:56:07 -06:00
Luis Eduardo Jeréz Girón 7775939a22 Add database migrations 2024-07-20 00:24:20 -06:00