mirror of
https://gitlab.com/openrsc/openrsc
synced 2026-08-16 08:23:06 -04:00
9 lines
No EOL
403 B
XML
9 lines
No EOL
403 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<queries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../sql_queries.xsd">
|
|
<query key="patches.markPatchExecuted">
|
|
insert into _PREFIX_db_patches values ({patchName}, {runDate})
|
|
</query>
|
|
<query key="patches.getExecutedPatches">
|
|
select patch_name from _PREFIX_db_patches
|
|
</query>
|
|
</queries> |