Skip to content

Commit 10f24a7

Browse files
authored
set default value for source.is_cache_enabled column to false (#2133)
Closes #2131.
1 parent 7826c07 commit 10f24a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE ${ohdsiSchema}.source ALTER COLUMN is_cache_enabled SET DEFAULT false;

0 commit comments

Comments
 (0)