diff options
Diffstat (limited to 'rust/migrations')
-rw-r--r-- | rust/migrations/2021-11-17-222046_content_scope/up.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/migrations/2021-11-17-222046_content_scope/up.sql b/rust/migrations/2021-11-17-222046_content_scope/up.sql index bedd0870..82c5f2e6 100644 --- a/rust/migrations/2021-11-17-222046_content_scope/up.sql +++ b/rust/migrations/2021-11-17-222046_content_scope/up.sql @@ -1,3 +1,4 @@ +-- This is the v0.5.0 schema -- Add `content_scope` field to file, fileset, webcapture ALTER TABLE file_rev |