wget https://raw.githubusercontent.com/Peterkn2001Peterkn2001/blynk-server/master/server/core/src/main/resources/create_schema.sql
https://raw.githubusercontent.com/blynkkk/blynk-server/master/server/core/src/main/resources/create_schema.sql
these links are not working
Hello @Shivam_Kumar . Sorry, we do not support these links, since we do not support legacy server.
Hi Blynkers!
We promised to share the timeline of Blynk 1.0 (legacy) operation and retirement as soon as we have it. We have just released a blog post with a detailed timeline for you to have a clear understanding of the dates and plan accordingly.
As you can see, we are allowing plenty of time for the migration to the new platform, although we do recommend to start that process soon as possible. The legacy app is not developed or supported anymore (per our announcement from May 2021) and unfo…
Regards
The first of these is a link to my GitHub site, but the url has been hacked around quite a bit.
The file you want is here:
CREATE DATABASE blynk;
\connect blynk
CREATE TABLE users (
email text NOT NULL,
appName text NOT NULL,
region text,
ip text,
name text,
pass text,
last_modified timestamp,
last_logged timestamp,
last_logged_ip text,
is_facebook_user bool,
is_super_admin bool DEFAULT FALSE,
energy int,
json text,
PRIMARY KEY(email, appName)
);
This file has been truncated. show original
But, my question why are trying to access this file?
Pete.