Teamtoto

Joined 25 July 2021
601 bytes added ,  22:11, 24 March 2022
m
no edit summary
mNo edit summary
mNo edit summary
Line 57: Line 57:
====Case sensitivity====
====Case sensitivity====
Cargo is case insensitive. Use BINARY instead. Read more [https://www.mediawiki.org/wiki/Extension:Cargo/Common_problems here].
Cargo is case insensitive. Use BINARY instead. Read more [https://www.mediawiki.org/wiki/Extension:Cargo/Common_problems here].
== Replacing _pageData ==
https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:Cargo/Storing_data#Storing_page_data
To recreate with replacement, add a --replacement flag:
<pre>php setCargoPageData.php --replacement</pre>
The replacement table can then be switched in normally using the Special:CargoTables interface.
If you want to get rid of this table, call the following instead:
<pre>php setCargoPageData.php --delete</pre>
You do not need to call the "--delete" option if you are planning to recreate the table; simply calling setCargoPageData.php will delete the previous version.