Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. mysql> select slug,id,initial_git_url from quickstarts where user_id IS NULL;
  2. +-----------------------------------+----+-------------------------------------------------------------------------+
  3. | slug | id | initial_git_url |
  4. +-----------------------------------+----+-------------------------------------------------------------------------+
  5. | 68-spring-framework-on-jboss-eap6 | 68 | https://github.com/openshift/spring-eap6-quickstart.git |
  6. | 69-ruby-on-rails-3 | 69 | https://github.com/openshift/rails-example.git |
  7. | 70-java-ee-full-profile-on-jboss | 70 | https://github.com/openshift/kitchensink-example.git |
  8. | 71-capedwarf | 71 | https://github.com/openshift/capedwarf-example.git |
  9. | 72-django | 72 | https://github.com/openshift/django-example.git |
  10. | 73-cakephp | 73 | https://github.com/openshift/cakephp-example.git |
  11. | 74-memcached-cloud-on-openshift | 74 | https://github.com/GarantiaData/memcachedcloud-openshift-quickstart.git |
  12. | 75-baikal-caldav-carddav-server | 75 | https://github.com/fabianofranz/baikal-openshift-quickstart.git |
  13. | 76-ruby-on-rails-4 | 76 | https://github.com/openshift/rails4-example.git |
  14. | 77-stickynotes-pastebin | 77 | https://github.com/pcon/sticky-notes-quickstart.git |
  15. +-----------------------------------+----+-------------------------------------------------------------------------+
  16. 10 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement