Feat v0.7.1 surface runner framework (#55)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #55.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- 014_test_runner_type.sql — v0.7.1
|
||||
-- Adds 'test-runner' to the packages.type CHECK constraint.
|
||||
|
||||
ALTER TABLE packages DROP CONSTRAINT IF EXISTS packages_type_check;
|
||||
ALTER TABLE packages ADD CONSTRAINT packages_type_check
|
||||
CHECK (type IN ('surface', 'extension', 'full', 'workflow', 'library', 'test-runner'));
|
||||
Reference in New Issue
Block a user