mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor revert
This commit is contained in:
parent
20559fd52c
commit
c51de99a25
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
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 a new issue