9 lines
301 B
SQL
9 lines
301 B
SQL
-- ============================================
|
|
-- 此文件由 Meoo Cloud 自动生成,请勿修改
|
|
-- This file is auto-generated by Meoo Cloud, DO NOT MODIFY
|
|
-- ============================================
|
|
|
|
|
|
ALTER TABLE share_links ADD COLUMN IF NOT EXISTS hide_sensitive BOOLEAN DEFAULT false;
|
|
|