- Corrige l'erreur SQL 'Unknown column fk_operation in users' - L'opération active est récupérée depuis operations.chk_active = 1 - Jointure avec users pour filtrer par entité de l'admin créateur - Query: SELECT o.id FROM operations o INNER JOIN users u ON u.fk_entite = o.fk_entite WHERE u.id = ? AND o.chk_active = 1
26 lines
626 B
Plaintext
Executable File
26 lines
626 B
Plaintext
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>method</key>
|
|
<string>app-store</string>
|
|
<key>teamID</key>
|
|
<string>6WT84NWCTC</string>
|
|
<key>uploadBitcode</key>
|
|
<false/>
|
|
<key>uploadSymbols</key>
|
|
<true/>
|
|
<key>compileBitcode</key>
|
|
<false/>
|
|
<key>signingStyle</key>
|
|
<string>automatic</string>
|
|
<key>destination</key>
|
|
<string>upload</string>
|
|
<key>provisioningProfiles</key>
|
|
<dict>
|
|
<key>fr.geosector.app3</key>
|
|
<string>match AppStore fr.geosector.app3</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|