Skip to content

Commit

Permalink
Remove crypto and remove oxmysql old export
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGP17 committed Dec 23, 2023
1 parent aae1193 commit 229488d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
5 changes: 0 additions & 5 deletions debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,4 @@ end)

RegisterNUICallback("triggerServerEvent", function(data)
TriggerServerEvent(data.event, data.data)
end)

Citizen.CreateThread(function()
Wait(500)
ExecuteCommand("debug_ui")
end)
3 changes: 1 addition & 2 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ files {
convar_category 'IcMySQL' {
'IcMySQL Configuration',
{
{ 'Connection String', 'mysql_connection_string', 'CV_STRING', 'mysql://user:password@localhost/database' },
{ 'Debug', 'mysql_debug', 'CV_BOOL', 'false' }
{ 'Connection Data', 'mysqlCredentials_1', 'CV_STRING', 'host=127.0.0.1;user=root; password=1234; database=fxserver; port=3306' },
}
}

Expand Down
1 change: 0 additions & 1 deletion src/db/Query.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { ParseError } = require('../errors/Parser.js');
const crypto = require("crypto");
const { ReplaceNamedParams, ReplaceDotParams, ConvertNilParams } = require('./Params.js');
const { QueryTypes } = require('sequelize');
const { GetConnection, ReleaseConnection } = require('./Connections.js');
Expand Down
21 changes: 0 additions & 21 deletions src/db/exports/scripts/oxmysql.json

This file was deleted.

0 comments on commit 229488d

Please sign in to comment.