diff options
Diffstat (limited to '_database')
| -rw-r--r-- | _database/0001_http_log.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_database/0001_http_log.sql b/_database/0001_http_log.sql index 47da300..3fd89bd 100644 --- a/_database/0001_http_log.sql +++ b/_database/0001_http_log.sql @@ -1,3 +1,7 @@ +-- SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info> +-- +-- SPDX-License-Identifier: GPL-3.0-or-later + DROP TABLE IF EXISTS http_log CASCADE; CREATE TABLE http_log ( |
