mirror of https://github.com/LeOS-GSI/LeOS-Genesis
11 lines
169 B
Java
11 lines
169 B
Java
|
package com.darkweb.genesissearchengine.constants;
|
||
|
|
||
|
public class sql
|
||
|
{
|
||
|
/*HISTORY*/
|
||
|
|
||
|
public static final String H_CLEAR_DATA = "delete from history where 1";
|
||
|
|
||
|
|
||
|
}
|