Skip to content

Commit b4c8ea6

Browse files
committed
Removed prefix from column constraints
1 parent 3eb411e commit b4c8ea6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev/constraints.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ namespace sqlite_orm {
481481
check_if_is_type<null_t>,
482482
check_if_is_type<not_null_t>,
483483
check_if_is_type<unindexed_t>,
484-
check_if_is_template<prefix_t>,
485484
check_if_is_template<unique_t>,
486485
check_if_is_template<default_t>,
487486
check_if_is_template<check_t>,

include/sqlite_orm/sqlite_orm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,6 @@ namespace sqlite_orm {
21412141
check_if_is_type<null_t>,
21422142
check_if_is_type<not_null_t>,
21432143
check_if_is_type<unindexed_t>,
2144-
check_if_is_template<prefix_t>,
21452144
check_if_is_template<unique_t>,
21462145
check_if_is_template<default_t>,
21472146
check_if_is_template<check_t>,

0 commit comments

Comments
 (0)