Skip to content

Commit e08adc8

Browse files
committed
adds migrations for new column
1 parent 4eba38b commit e08adc8

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

internal/database/migrations/20250801170509_add_shares_vuln_information_column.down.sql

Whitespace-only changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
-- Copyright (C) 2025 l3montree GmbH
2+
--
3+
-- This program is free software: you can redistribute it and/or modify
4+
-- it under the terms of the GNU Affero General Public License as
5+
-- published by the Free Software Foundation, either version 3 of the
6+
-- License, or (at your option) any later version.
7+
--
8+
-- This program is distributed in the hope that it will be useful,
9+
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
-- GNU Affero General Public License for more details.
12+
--
13+
-- You should have received a copy of the GNU Affero General Public License
14+
-- along with this program. If not, see <https://www.gnu.org/licenses/>.
15+
16+
ALTER TABLE organizations
17+
ADD COLUMN shares_vuln_information boolean NOT NULL DEFAULT false;

0 commit comments

Comments
 (0)