-
Updated
Aug 19, 2020 - TypeScript
postgres
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Here are 3,109 public repositories matching this topic...
-
Updated
Aug 18, 2020 - Clojure
Issue Description
Since the old Instagram API will stop working on June 29 (See https://www.instagram.com/developer/), the url in https://github.com/parse-community/parse-server/blob/d0a9c709fea4cbdba540420353a36a0e89601ffb/src/Adapters/Auth/instagram.js#L9 needs to be changed to match the new "instagram_graph_user_profile" API. (See https://developers.facebook.com/docs/instagram-basic-disp
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Aug 18, 2020 - C
-
Updated
Aug 14, 2020 - Python
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 15, 2020
-
Updated
Aug 12, 2020 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Aug 18, 2020 - C
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Mar 29, 2020 - Python
Is your feature request related to a problem?
I want to be able to disable the sharing link for extra security
Describe the solution you'd like
A toggle to disable the sharing link in the sharing modal
Describe alternatives you've considered
Additional context
Thank you for your feature request – we love each and every one!
-
Updated
Aug 18, 2020 - C
-
Updated
Mar 3, 2019
Running cargo sqlx prepare from a directory that isn't actually a cargo project, when .env exists in the same directory as would usually be the case and DATABASE_URL isn't in the environment, complains about the missing DATABASE_URL and exits before notifying the user that they are running prepare in the wrong directory. It should probably check for the existence of Cargo.toml or (total
-
Updated
Aug 17, 2020 - Go
-
Updated
Aug 18, 2020 - C#
-
Updated
Aug 16, 2020 - Ruby
-
Updated
May 28, 2020 - Perl
Created by Michael Stonebraker
Released July 8, 1996
- Repository
- postgres/postgres
- Website
- www.postgresql.org
- Wikipedia
- Wikipedia
hasura migrate resetThis command should clear the history of the migrations on the server and clear the local migrations. Basically, do steps 1 and 2 mentioned in this blog post: https://hasura.io/blog/resetting-hasura-migrations/