Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
documentation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
amisdelaterre
documentation
Commits
0c972b3e
Commit
0c972b3e
authored
Dec 20, 2017
by
ben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update site_requetes sql.md
parent
830bd999
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
informatique/admin/site_requetes sql.md
informatique/admin/site_requetes sql.md
+2
-1
No files found.
informatique/admin/site_requetes sql.md
View file @
0c972b3e
...
...
@@ -17,7 +17,8 @@ FROM spip_articles
LEFT JOIN spip_gis_liens
ON spip_gis_liens.id_objet = spip_articles.id_article
WHERE NOT `date_debut` = '0000-00-00 00:00:00'
AND spip_gis_liens.id_objet IS NULL
AND spip_gis_liens.id_objet IS NULL
ORDER BY `spip_articles`.`id_article` DESC
```
### Transférer les évènements à un objet éditorial SPIP isolé, migration vers plugin Agenda
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment