aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project.xml')
-rw-r--r--bdep/project.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/project.xml b/bdep/project.xml
index b9da262..e69af8b 100644
--- a/bdep/project.xml
+++ b/bdep/project.xml
@@ -21,7 +21,7 @@
<table name="configuration_packages" kind="container">
<column name="object_id" type="INTEGER" null="true"/>
<column name="index" type="INTEGER" null="true"/>
- <column name="name" type="TEXT" null="true"/>
+ <column name="name" type="TEXT" null="true" options="COLLATE NOCASE"/>
<foreign-key name="object_id_fk" on-delete="CASCADE">
<column name="object_id"/>
<references table="configuration">