blob: adc51a1d254352b9f4063e84d3aa8eea3b0214ae (
plain)
1
2
3
4
5
6
7
8
9
|
// file : evolution/add-table/test1.hxx
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST1_HXX
#define TEST1_HXX
#pragma db model version(1, 1)
#endif // TEST1_HXX
|