Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Remove is_local column from blocks table
|
||||
ALTER TABLE blocks DROP COLUMN is_local;
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
-- Add is_local column to blocks table
|
||||
ALTER TABLE blocks ADD COLUMN is_local BOOLEAN;
|
||||
|
||||
Reference in New Issue
Block a user