diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-15 11:13:21 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-15 11:13:21 +0200 |
commit | 1a94fb1208bf0e4c669cad16aff5f57dc0bf7a3c (patch) | |
tree | 1035116ddbaacc5fcc5ae250a6592eb88f78f75c /api/scripts | |
parent | Do the funny thing (make user->invite cascade delet) (diff) | |
parent | change dev panel path, we missed this one... (diff) | |
download | server-1a94fb1208bf0e4c669cad16aff5f57dc0bf7a3c.tar.xz |
Merge branch 'dev/restructure' into staging
Diffstat (limited to '')
-rw-r--r-- | scripts/droptables.sql (renamed from api/scripts/droptables.sql) | 0 | ||||
-rw-r--r-- | scripts/generate_openapi.js (renamed from api/scripts/generate_openapi.js) | 0 | ||||
-rw-r--r-- | scripts/generate_schema.js (renamed from api/scripts/generate_schema.js) | 5 | ||||
-rw-r--r-- | scripts/stresstest/.gitignore (renamed from api/scripts/stresstest/.gitignore) | 0 | ||||
-rw-r--r-- | scripts/stresstest/accounts.json.example (renamed from api/scripts/stresstest/accounts.json.example) | 0 | ||||
-rw-r--r-- | scripts/stresstest/config.json.example (renamed from api/scripts/stresstest/config.json.example) | 0 | ||||
-rw-r--r-- | scripts/stresstest/index.js (renamed from api/scripts/stresstest/index.js) | 0 | ||||
-rw-r--r-- | scripts/stresstest/package-lock.json (renamed from api/scripts/stresstest/package-lock.json) | 0 | ||||
-rw-r--r-- | scripts/stresstest/package.json (renamed from api/scripts/stresstest/package.json) | 0 | ||||
-rw-r--r-- | scripts/stresstest/src/login/index.js (renamed from api/scripts/stresstest/src/login/index.js) | 2 | ||||
-rw-r--r-- | scripts/stresstest/src/message/send.js (renamed from api/scripts/stresstest/src/message/send.js) | 0 | ||||
-rw-r--r-- | scripts/stresstest/src/register/index.js (renamed from api/scripts/stresstest/src/register/index.js) | 0 |
12 files changed, 3 insertions, 4 deletions
diff --git a/api/scripts/droptables.sql b/scripts/droptables.sql |