aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-06 22:37:06 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-06 22:37:06 +0800
commitdb3253c44336bfafbf9fef7ba408ec99b0f131c2 (patch)
treefa081473303614da070708c594f35618c5d3f670
parent*: Add column headers to tables (diff)
downloadforge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.gz
forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.zst
forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.zip
scripts, sql: Reorganize
-rw-r--r--resources.go3
-rwxr-xr-xscripts/lint (renamed from lint)0
-rwxr-xr-xscripts/update_deps (renamed from update_deps)0
-rw-r--r--sql/purge.sql (renamed from purge.sql)0
-rw-r--r--sql/schema.sql (renamed from schema.sql)0
-rw-r--r--sql/test.sql (renamed from test.sql)0
6 files changed, 1 insertions, 2 deletions
diff --git a/resources.go b/resources.go
index 6c3cece..20d4484 100644
--- a/resources.go
+++ b/resources.go
@@ -17,8 +17,7 @@ import (
//go:embed *.go go.mod go.sum
//go:embed *.scfg
//go:embed Makefile
-//go:embed schema.sql
-//go:embed static/* templates/*
+//go:embed static/* templates/* scripts/* sql/*
//go:embed git_hooks_client/*.c
//go:embed vendor/*
var source_fs embed.FS
diff --git a/lint b/scripts/lint
index 7850f0e..7850f0e 100755
--- a/lint
+++ b/scripts/lint
diff --git a/update_deps b/scripts/update_deps
index 723e858..723e858 100755
--- a/update_deps
+++ b/scripts/update_deps
diff --git a/purge.sql b/sql/purge.sql
index 03eecc3..03eecc3 100644
--- a/purge.sql
+++ b/sql/purge.sql
diff --git a/schema.sql b/sql/schema.sql
index e1d18f8..e1d18f8 100644
--- a/schema.sql
+++ b/sql/schema.sql
diff --git a/test.sql b/sql/test.sql
index b270b76..b270b76 100644
--- a/test.sql
+++ b/sql/test.sql