mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-05 14:34:13 +00:00
Change the generated create_tables_query from c to cpp.
This commit is contained in:
parent
f179d1fac5
commit
d72c80e112
5 changed files with 28 additions and 4 deletions
24
src/backends/postgresql/create_tables_query.hpp
Normal file
24
src/backends/postgresql/create_tables_query.hpp
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* Copyright 2015, 2016, Michele Santullo
|
||||
* This file is part of "dindexer".
|
||||
*
|
||||
* "dindexer" is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* "dindexer" is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with "dindexer". If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef id3885F59E78B044ABA51EBB161746354D
|
||||
#define id3885F59E78B044ABA51EBB161746354D
|
||||
|
||||
extern const unsigned char create_tables_query[];
|
||||
extern const unsigned int create_tables_query_len;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue