.. |
0001_add-refresh-token-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0002_add-user_account-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0003_add-team-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0004_add-project-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0005_add-task-group-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0006_add-task.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0007_add-organization-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0008_add-org-id-to-team-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0009_add-task-assigned-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0010_add-description-to-task-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0011_add-label-color-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0012_add-project-label-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0013_add-due-date-to-task-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0014_add-owner-column-to-project-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0015_add-task-label-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0016_add-profile_bg_color-column-to-user-account-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0017_add-profile-bg-delete-cascade.up.sql
|
feat: add pre-commit hooks & refactor code to pass linting
|
2020-08-20 18:37:36 -05:00 |
0018_add-name-column-to-label-color.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0019_add-unique-constraint-project-label-and-task-on-task-label.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0020_add-full-name-column-to-user_account-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0021_drop-first-name-column-from-user_account-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0022_drop-last-name-column-from-user_account-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0023_add-initials-column-to-user_account-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0024_add-profile-avatar-url-column-to-user_account-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0025_add-cascade-delete-to-task-id-fk-on-task_label.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0026_add-cascade-delete-to-task-id-fk-on-task_assigned.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0027_add-cascade-delete-to-task_group_id-fk-on-task.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0028_add-complete-column-to-task-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0029_add-task_checklist.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0030_add-task_checklist_item.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0031_add-team-member-table.up.sql
|
feat: add pre-commit hooks & refactor code to pass linting
|
2020-08-20 18:37:36 -05:00 |
0032_add-cascade-delete-to-project_label.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0033_add-cascade-delete-to_task_label_project_label_id_fkey.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0034_add-cascade-delete-to_project_team_id_fkey.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0035_add-cascade-delete-to-task_assigned_user_id_fkey.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0036_add-fkey-to-user_id-on-refresh_token-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0037_add-project_member-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0038_add-role-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0039_add-role-column-to-user_account-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0040_add-unique-constraint-to-project_member-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0041_add-role_code-column-to-project_member-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0042_add-default-null-to-profile_avatar_url-on-user_account.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0043_add-role_code-column-to-team_member-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0044_add-owner-to-team-table.up.sql
|
arch: move web folder into api & move api to top level
|
2020-07-04 18:08:37 -05:00 |
0045_add-system_options-table.up.sql
|
feature: add first time install process
|
2020-07-16 19:40:23 -05:00 |
0046_add-system-user.up.sql
|
feature: add first time install process
|
2020-07-16 19:40:23 -05:00 |
0047_add-default-label_colors.up.sql
|
feature: add first time install process
|
2020-07-16 19:40:23 -05:00 |
0048_add-cascade-delete-to-task_group_project_id_fkey.up.sql
|
feature: add first time install process
|
2020-07-16 19:40:23 -05:00 |
0049_remove-owner-column-from-project-table.up.sql
|
feat: add pre-commit hooks & refactor code to pass linting
|
2020-08-20 18:37:36 -05:00 |
0050_remove-owner-column-from-team-table.up.sql
|
feat: add pre-commit hooks & refactor code to pass linting
|
2020-08-20 18:37:36 -05:00 |
0051_add-completed_at-to-task-table.up.sql
|
feat: add task sorting & filtering
|
2020-08-28 23:32:17 -07:00 |
0052_add-bio-col-to-user_account.up.sql
|
feat: add user profile settings tab
|
2020-09-11 14:26:02 -05:00 |
0053_add-notification-tables.up.sql
|
fix: duplicate schema migration
|
2020-09-11 19:29:41 -05:00 |
0054_remove-team-not-null-constraint-projects.up.sql
|
feat: add personal projects
|
2020-09-19 20:23:16 -05:00 |
0055_add-personal_project_table.up.sql
|
feat: add personal projects
|
2020-09-19 20:23:16 -05:00 |
0056_add-user_account_invited-table.up.sql
|
feat: redesign project sharing & initial registration
|
2020-12-17 22:39:14 -06:00 |
0057_add-project_member_invited-table.up.sql
|
feat: redesign project sharing & initial registration
|
2020-12-17 22:39:14 -06:00 |
0058_add-active-column-to-user_account.up.sql
|
feat: redesign project sharing & initial registration
|
2020-12-17 22:39:14 -06:00 |
0059_add-confirm_token_table.up.sql
|
feat: redesign project sharing & initial registration
|
2020-12-17 22:39:14 -06:00 |
0060_add-task_activity-table.up.sql
|
feat: add task activity
|
2020-12-23 13:15:15 -06:00 |
0061_add-task_comment-table.up.sql
|
feat: add task activity
|
2020-12-23 13:15:15 -06:00 |
0062_add-cascade-delete-to-task-comments-and-activity.up.sql
|
fix: add cascade delete to task comment & activity rows
|
2020-12-25 22:16:16 -06:00 |
0063_add-use_time-to-task-due_date.up.sql
|
feat: redesign task due date manager
|
2021-01-01 14:54:05 -06:00 |
0064_rename-refresh_token-to-auth_token.up.sql
|
refactor: replace refresh & access token with auth token only
|
2021-04-28 21:38:49 -05:00 |
0065_add-public_on-to-project.up.sql
|
feat: projects can be set to public
|
2021-04-30 22:55:37 -05:00 |
0066_redesign-notification-table.up.sql
|
feat: add bell notification system for task assignment
|
2021-11-02 14:51:59 -05:00 |
0067_add-user_account_settings.up.sql
|
feat: add bell notification system for task assignment
|
2021-11-02 14:51:59 -05:00 |
0068_add-task_watcher-table.up.sql
|
feat: add bell notification system for task assignment
|
2021-11-02 14:51:59 -05:00 |
0069_add-short_id-to-tasks-and-projects.up.sql
|
feat: change url structure to use short ids instead of full uuids
|
2021-11-04 14:08:30 -05:00 |
0070_add-task_due_date_notification.up.sql
|
feat: redesign due date manager
|
2021-11-05 22:35:57 -05:00 |
0071_add-task_due_date_notification-at-col.up.sql
|
feat!: due date reminder notifications
|
2021-11-17 17:11:28 -06:00 |
0072_remove-not-null-from-notification-caused_by.up.sql
|
feat!: due date reminder notifications
|
2021-11-17 17:11:28 -06:00 |