aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/models/govuk_guix/revision.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/models/govuk_guix/revision.rb b/app/models/govuk_guix/revision.rb
index 5803964..d58e6ad 100644
--- a/app/models/govuk_guix/revision.rb
+++ b/app/models/govuk_guix/revision.rb
@@ -22,11 +22,12 @@
#
# Table name: govuk_guix_revisions
#
-# commit_hash :string not null, primary key
-# store_path :string
-# created_at :datetime not null
-# updated_at :datetime not null
-# archived :boolean default(FALSE), not null
+# commit_hash :string not null, primary key
+# store_path :string
+# created_at :datetime not null
+# updated_at :datetime not null
+# archived :boolean default(FALSE), not null
+# available_services :json
#
class GovukGuix::Revision < ApplicationRecord