Delete generate_pg_data.sh

This commit is contained in:
peaklabs-dev 2024-11-11 18:57:28 +01:00
parent 1a3b01fd05
commit 1709126c87
No known key found for this signature in database

View file

@ -1,2 +0,0 @@
psql -U postgres -c "create table if not exists test (id SERIAL UNIQUE NOT NULL,article TEXT);"
psql -U postgres -c "insert into test (article) select md5(random()::text) from generate_series(1, 1000000) s(i);"