diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-08 13:53:54 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-08 13:53:54 +0800 |
commit | 74348a39caf2985d475d30408b353cac07b260b7 (patch) | |
tree | de235fc3f6d60542e55c9beb1c32abf39ac84156 /sql/test.sql | |
parent | *: Bump dependencies (diff) | |
download | forge-74348a39caf2985d475d30408b353cac07b260b7.tar.gz forge-74348a39caf2985d475d30408b353cac07b260b7.tar.zst forge-74348a39caf2985d475d30408b353cac07b260b7.zip |
*: Add missing license headers
Diffstat (limited to '')
-rw-r--r-- | sql/test.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/test.sql b/sql/test.sql index b270b76..2ad621c 100644 --- a/sql/test.sql +++ b/sql/test.sql @@ -1,3 +1,6 @@ +-- SPDX-License-Identifier: AGPL-3.0-only +-- SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + WITH parent_group AS ( INSERT INTO groups (name, description) VALUES ('lindenii', 'The Lindenii Project') |