can be added by just adding a new target, as below.
Queries from v2.x.x may be manually copied to the new v3.0
-``dialup.conf`` file (``raddb/sql/main/<dialect>/queries.conf``).
+``dialup.conf`` file (``raddb/mods-config/sql/main/<dialect>/queries.conf``).
When doing this you may also need to update references to the
accounting tables, as their definitions will now be outside of
the subsection containing the query.
#
# Write Chargeable-User-Identity to the database.
#
-# Schema raddb/sql/cui/<DB>/schema.sql
-# Queries raddb/sql/cui/<DB>/queries.conf
+# Schema raddb/mods-config/sql/cui/<DB>/schema.sql
+# Queries raddb/mods-config/sql/cui/<DB>/queries.conf
#
sql cuisql {
#
# The database schemas are available at:
#
-# raddb/sql/ippool-dhcp/<DB>/schema.sql
+# raddb/mods-config/sql/ippool-dhcp/<DB>/schema.sql
#
# $Id$
#
# Write Moonshot-*-TargetedId (MSTID) to the database.
#
-# Schema raddb/sql/moonshot-targeted-ids/<DB>/schema.sql
-# Queries raddb/sql/moonshot-targeted-ids/<DB>/queries.conf
+# Schema raddb/mods-config/sql/moonshot-targeted-ids/<DB>/schema.sql
+# Queries raddb/mods-config/sql/moonshot-targeted-ids/<DB>/queries.conf
#
sql moonshot_tid_sql {
#
# The database schemas are available at:
#
-# raddb/sql/ippool/<DB>/schema.sql
+# raddb/mods-config/sql/ippool/<DB>/schema.sql
#
# $Id$
* which is designed for simple dialup installations of FreeRadius.
*
* For this schema to work properly you MUST use
- * raddb/sql/postgresql/voip-postpaid.conf rather than
- * raddb/sql/postgresql/dialup.conf
+ * raddb/mods-config/sql/postgresql/voip-postpaid.conf rather than
+ * raddb/mods-config/sql/postgresql/dialup.conf
*
* If you wish to do RADIUS Authentication using the same database,
- * you MUST use use raddb/sql/postgresql/schema.sql as well as this schema.
+ * you MUST use use raddb/mods-config/sql/postgresql/schema.sql as well as this schema.
*/
/*