mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-11-05 02:17:42 +03:00
Minor patch
This commit is contained in:
parent
f793a26095
commit
20559fd52c
|
|
@ -1,4 +1,5 @@
|
||||||
DROP TABLE IF EXISTS %RANDSTR1%;
|
DROP TABLE IF EXISTS %RANDSTR1%;
|
||||||
|
CREATE LANGUAGE plpgsql;
|
||||||
CREATE TABLE %RANDSTR1%(%RANDSTR2% text);
|
CREATE TABLE %RANDSTR1%(%RANDSTR2% text);
|
||||||
CREATE OR REPLACE FUNCTION %RANDSTR3%()
|
CREATE OR REPLACE FUNCTION %RANDSTR3%()
|
||||||
RETURNS VOID AS $$
|
RETURNS VOID AS $$
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user