Commit 2490d333 authored by mitshel's avatar mitshel
Browse files

Nothing

parent e8b0943c
Loading
Loading
Loading
Loading

db/test.sql

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
DROP PROCEDURE IF EXISTS sp_mark_dbl;
DELIMITER //

CREATE PROCEDURE sp_mark_dbl(cmp_type INT)
BEGIN

END //

DELIMITER ;
commit;