Removing where clause from postgres template (#8202)

This commit is contained in:
Trisha Anand 2021-10-05 16:47:42 +05:30
parent e1ee9dc689
commit 1bdcd77aef

View File

@ -1 +1 @@
SELECT * FROM users where role = 'Admin' ORDER BY id LIMIT 10;
SELECT * FROM users ORDER BY id LIMIT 10;