Move github source to private server

This commit is contained in:
Zin Bo Thit
2026-01-29 12:00:13 +06:30
parent 417600b23e
commit 87cc77e0fb
27 changed files with 916 additions and 381 deletions

View File

@@ -4,6 +4,7 @@ class Task < ApplicationRecord
belongs_to :creator, class_name: 'User'
has_many :task_activities, dependent: :destroy
has_many :comments, dependent: :destroy
enum priority: {
planning: 'planning',