This commit is contained in:
Benjamin Toby 2025-01-15 05:52:00 +01:00
parent 60cccc9d9f
commit 8394963f0b
53 changed files with 2 additions and 2 deletions

0
bun.lockb Executable file → Normal file
View File

0
package-shared/data/dataTypes.json Executable file → Normal file
View File

0
package-shared/data/defaultFields.json Executable file → Normal file
View File

0
package-shared/data/possibleFields.json Executable file → Normal file
View File

0
package-shared/data/presets/users.json Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

0
package-shared/functions/backend/addUsersTableToDb.ts Executable file → Normal file
View File

View File

View File

0
package-shared/functions/backend/grabUserSchemaData.ts Executable file → Normal file
View File

0
package-shared/functions/backend/handleNodemailer.ts Executable file → Normal file
View File

0
package-shared/functions/backend/serverError.ts Executable file → Normal file
View File

0
package-shared/functions/backend/setUserSchemaData.ts Executable file → Normal file
View File

View File

0
package-shared/shell/checkDb.ts Executable file → Normal file
View File

0
package-shared/shell/createDbFromSchema.ts Executable file → Normal file
View File

0
package-shared/shell/deploy.ts Executable file → Normal file
View File

0
package-shared/shell/encodingUpdate.ts Executable file → Normal file
View File

0
package-shared/shell/grantFullPriviledges.ts Executable file → Normal file
View File

0
package-shared/shell/lessWatch.ts Executable file → Normal file
View File

0
package-shared/shell/mariadb-users/handleGrants.ts Executable file → Normal file
View File

View File

View File

View File

View File

0
package-shared/shell/readImage.ts Executable file → Normal file
View File

0
package-shared/shell/recoverMainJsonFromDb.ts Executable file → Normal file
View File

0
package-shared/shell/resetSQLCredentials.ts Executable file → Normal file
View File

0
package-shared/shell/resetSQLCredentialsPasswords.ts Executable file → Normal file
View File

0
package-shared/shell/setSQLCredentials.ts Executable file → Normal file
View File

0
package-shared/shell/tailwindWatch.ts Executable file → Normal file
View File

0
package-shared/shell/test-external-server.ts Executable file → Normal file
View File

0
package-shared/shell/testSQLEscape.ts Executable file → Normal file
View File

0
package-shared/shell/updateChildrenTablesOnDb.ts Executable file → Normal file
View File

0
package-shared/shell/updateDateTimestamps.ts Executable file → Normal file
View File

0
package-shared/shell/updateDbSlugsForTableRecords.ts Executable file → Normal file
View File

0
package-shared/shell/updateSSLUsers.ts Executable file → Normal file
View File

0
package-shared/shell/utils/camelJoinedtoCamelSpace.ts Executable file → Normal file
View File

0
package-shared/shell/utils/createTable.ts Executable file → Normal file
View File

0
package-shared/shell/utils/dbHandler.ts Executable file → Normal file
View File

View File

0
package-shared/shell/utils/noDatabaseDbHandler.ts Executable file → Normal file
View File

0
package-shared/shell/utils/slugToCamelTitle.ts Executable file → Normal file
View File

0
package-shared/shell/utils/supplementTable.ts Executable file → Normal file
View File

0
package-shared/shell/utils/updateTable.ts Executable file → Normal file
View File

0
package-shared/shell/utils/varDatabaseDbHandler.ts Executable file → Normal file
View File

View File

@ -1,6 +1,6 @@
{
"name": "@moduletrace/datasquirel",
"version": "3.6.1",
"version": "3.6.2",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {

View File

@ -30,5 +30,5 @@
"package-shared",
"client"
],
"exclude": ["node_modules", "dump"]
"exclude": ["node_modules", "dump", "dist"]
}