Commit Graph

15 Commits

Author SHA1 Message Date
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
d78ee5639d Refactor database connection error messages 2024-07-20 00:34:57 -06:00
Luis Eduardo Jeréz Girón
5de759cc92 Rename package from "db" to "database" 2024-07-20 00:30:56 -06:00
Luis Eduardo Jeréz Girón
ef12cece4f Add .gitignore for generated database files and implement database connection functionality 2024-07-20 00:29:09 -06:00
Luis Eduardo Jeréz Girón
7775939a22 Add database migrations 2024-07-20 00:24:20 -06:00