diff options
author | Christopher Baines <mail@cbaines.net> | 2018-05-28 20:34:10 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-05-28 20:34:10 +0100 |
commit | 9df1bb790e24cad296d1187225dcb1fabed4b98b (patch) | |
tree | 0084758d2302eebce11ca0eaa948bd5b9b832468 /app | |
parent | 44751b2118a191d96c11cf5d5e5fed7915122551 (diff) | |
download | govuk-mini-environment-admin-9df1bb790e24cad296d1187225dcb1fabed4b98b.tar govuk-mini-environment-admin-9df1bb790e24cad296d1187225dcb1fabed4b98b.tar.gz |
Update the govuk_guix_revision model description
Diffstat (limited to 'app')
-rw-r--r-- | app/models/govuk_guix/revision.rb | 11 |
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 |