mirror of https://github.com/buster-so/buster.git
5 lines
210 B
MySQL
5 lines
210 B
MySQL
-- Migration: add_database_identifier_to_datasets
|
|||
-- Created: 2025-02-06-220857
|
|||
-- Original: 2025-02-06-220857_add_database_identifier_to_datasets
|
|||
|
|||
ALTER TABLE datasets ADD COLUMN database_identifier TEXT NULL;
|