diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:37:06 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:37:06 +0800 |
commit | db3253c44336bfafbf9fef7ba408ec99b0f131c2 (patch) | |
tree | fa081473303614da070708c594f35618c5d3f670 | |
parent | *: Add column headers to tables (diff) | |
download | forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.gz forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.tar.zst forge-db3253c44336bfafbf9fef7ba408ec99b0f131c2.zip |
scripts, sql: Reorganize
-rw-r--r-- | resources.go | 3 | ||||
-rwxr-xr-x | scripts/lint (renamed from lint) | 0 | ||||
-rwxr-xr-x | scripts/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/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 |