Andres Montoya
08/25/2019, 3:56 AMevondev
08/25/2019, 11:09 AMprisma export
. It occurs the warning: `
Warning: The prisma export
command will not be further developed in the future. Please use the native export features of your database for these workflows.
More info here:
MySQL: https://dev.mysql.com/doc/refman/5.7/en/mysqlimport.html
Postgres: https://www.postgresql.org/docs/10/app-pgrestore.html`
if I using mysqldump in docker to export the database so can I import to another database to force prisma database to work ? Thanks a lot.gopidon
08/26/2019, 3:19 AMNeal
08/26/2019, 8:52 AMJános Kukoda
08/26/2019, 10:31 AMShadow Smith
08/26/2019, 12:51 PMRonnie Gauny
08/26/2019, 2:07 PMJizong
08/26/2019, 3:06 PMJizong
08/26/2019, 3:07 PMJizong
08/26/2019, 3:07 PMHmm
08/26/2019, 6:28 PMquery users {
users {
id
posts(orderBy: createdAt_DESC) {
id
}
}
}
It give a an error of "Unknown argument \"orderBy\" on field \"ideas\" of type \"User\"."
It works if I just Query posts(orderBy: createdAt_DESC) { id }
by itself.
Thanks in advanceJizong
08/26/2019, 7:17 PMCorey Snyder
08/27/2019, 1:07 AMdohomi
08/27/2019, 7:38 AMdohomi
08/27/2019, 7:39 AMDeepak Pathak
08/27/2019, 7:41 AMdohomi
08/27/2019, 7:43 AMdohomi
08/27/2019, 7:45 AMDeepak Pathak
08/27/2019, 7:55 AMDeepak Pathak
08/27/2019, 7:56 AMKimble
08/27/2019, 9:09 AMKimble
08/27/2019, 9:09 AMKimble
08/27/2019, 9:10 AMKimble
08/27/2019, 9:10 AMKimble
08/27/2019, 9:12 AMJBriggs
08/27/2019, 9:44 AMAlex Baker
08/27/2019, 9:55 AMKimble
08/27/2019, 10:55 AMYehonatan Levi
08/27/2019, 10:57 AMKimble
08/27/2019, 10:57 AM