Skip to content
Snippets Groups Projects
  • gbe's avatar
    585f2316
    import old QL db from dumps · 585f2316
    gbe authored
    Generated with
    
    	ql -db vino.ql 'select id(), name, rating, country, picture from wines' > dumped/wines.csv
    	ql -db vino.ql 'select id(), wine, content from comments' > dumped/comments.csv
    585f2316
    History
    import old QL db from dumps
    gbe authored
    Generated with
    
    	ql -db vino.ql 'select id(), name, rating, country, picture from wines' > dumped/wines.csv
    	ql -db vino.ql 'select id(), wine, content from comments' > dumped/comments.csv