diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 16:55:52 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 16:55:52 -0800 |
commit | c16ae49f7a2bc356cc55ecefc01b786178a30bc6 (patch) | |
tree | 18633177762d23973f085ef3fca1d52d07353a59 /rust/migrations | |
parent | 574a3cacafab2f32c7371ce24ef58c95b925e596 (diff) | |
download | fatcat-c16ae49f7a2bc356cc55ecefc01b786178a30bc6.tar.gz fatcat-c16ae49f7a2bc356cc55ecefc01b786178a30bc6.zip |
bump rust code to 0.5.0
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 |