mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
refactor: move sqlite queries to sql directory
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module.exports = `
|
||||
select * from sqlite_master where (type='table' or type='view') and name =OBJECT_ID_CONDITION
|
||||
`;
|
||||
Reference in New Issue
Block a user