Skip to content

Commit 0d75ea2

Browse files
authored
Merge pull request #2452 from jlamim/user_guide
[ci skip] Error correction in reference to Query Builder emptyTable m…
2 parents 06d7e2a + 3b3ae42 commit 0d75ea2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ the data to the first parameter of the function::
11581158
// WHERE id = $id
11591159

11601160
If you want to delete all data from a table, you can use the truncate()
1161-
function, or empty_table().
1161+
function, or emptyTable().
11621162

11631163
**$builder->emptyTable()**
11641164

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ The following is a table of all the config options for migrations, available in
261261
Preference Default Options Description
262262
========================== ====================== ========================== =============================================================
263263
**enabled** TRUE TRUE / FALSE Enable or disable migrations.
264-
**path** 'Database/Migrations/' None The path to your migrations folder.
265264
**table** migrations None The table name for storing the schema version number.
266265
**timestampFormat** Y-m-d-His\_ The format to use for timestamps when creating a migration.
267266
========================== ====================== ========================== =============================================================

0 commit comments

Comments
 (0)