mirror of https://github.com/buster-so/buster.git
8 lines
197 B
MySQL
8 lines
197 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
ALTER TABLE
|
||
|
dataset_columns DROP COLUMN semantic_type,
|
||
|
DROP COLUMN dim_type,
|
||
|
DROP COLUMN expr;
|
||
|
|
||
|
ALTER TABLE
|
||
|
datasets DROP COLUMN model;
|