docker container startup issues: remove public.users cardview from db init (#132)

Kindly,

I think this required follow-up work after either of these:
* 7fa150a27f
* 8f4ba57b6f

but it might also be the other way around. I just did this so I could have a docker container that works on my machine (TM). I hadn't restarted it in a few days

Either way, this is a totally irresponsible PR from the granny that is guaranteed to make people thank granny for crashing rdrama.

Thanks,
granny

Reviewed-on: #132
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
pull/134/head
mummified-corroding-granny 2023-02-25 15:19:42 +00:00 committed by Aevann
parent 831d2ca14a
commit 8e7d09ec13
1 changed files with 5 additions and 5 deletions

View File

@ -1,24 +1,24 @@
INSERT INTO public.users ( INSERT INTO public.users (
username, passhash, created_utc, admin_level, over_18, is_activated, username, passhash, created_utc, admin_level, over_18, is_activated,
original_username, defaultsorting, defaultsortingcomments, defaulttime, namecolor, titlecolor, theme, themecolor, original_username, defaultsorting, defaultsortingcomments, defaulttime, namecolor, titlecolor, theme, themecolor,
cardview, reddit, pronouns, verified, profileurl, highres, reddit, pronouns, verified, profileurl, highres,
marsify, last_viewed_post_notifs, last_viewed_log_notifs, last_viewed_reddit_notifs marsify, last_viewed_post_notifs, last_viewed_log_notifs, last_viewed_reddit_notifs
) VALUES ) VALUES
('AutoJanny', '', extract(epoch from now()), 0, true, true, ('AutoJanny', '', extract(epoch from now()), 0, true, true,
'AutoJanny', 'hot', 'top', 'day', 'ff66ac', 'ff66ac', 'dark', 'ff66ac', 'AutoJanny', 'hot', 'top', 'day', 'ff66ac', 'ff66ac', 'dark', 'ff66ac',
false, 'old.reddit.com', 'clean/itup', 'Verified', '/i/pfps/1.webp', '/i/pfps/1.webp', 'old.reddit.com', 'clean/itup', 'Verified', '/i/pfps/1.webp', '/i/pfps/1.webp',
0, 0, 0, 0), 0, 0, 0, 0),
('Snappy', '', extract(epoch from now()), 0, true, true, ('Snappy', '', extract(epoch from now()), 0, true, true,
'Snappy', 'hot', 'top', 'day', '62ca56', 'e4432d', 'dark', '30409f', 'Snappy', 'hot', 'top', 'day', '62ca56', 'e4432d', 'dark', '30409f',
false, 'old.reddit.com', 'beep/boop', 'Verified', '/i/pfps/2.webp', '/i/pfps/2.webp', 'old.reddit.com', 'beep/boop', 'Verified', '/i/pfps/2.webp', '/i/pfps/2.webp',
0, 0, 0, 0), 0, 0, 0, 0),
('longpostbot', '', extract(epoch from now()), 0, true, true, ('longpostbot', '', extract(epoch from now()), 0, true, true,
'longpostbot', 'hot', 'top', 'day', '62ca56', 'e4432d', 'dark', '30409f', 'longpostbot', 'hot', 'top', 'day', '62ca56', 'e4432d', 'dark', '30409f',
false, 'old.reddit.com', 'tl/dr', 'Verified', '/i/pfps/3.webp', '/i/pfps/3.webp', 'old.reddit.com', 'tl/dr', 'Verified', '/i/pfps/3.webp', '/i/pfps/3.webp',
0, 0, 0, 0), 0, 0, 0, 0),
('zozbot', '', extract(epoch from now()), 0, true, true, ('zozbot', '', extract(epoch from now()), 0, true, true,
'zozbot', 'hot', 'top', 'day', '62ca56', 'e4432d', 'dark', '30409f', 'zozbot', 'hot', 'top', 'day', '62ca56', 'e4432d', 'dark', '30409f',
false, 'old.reddit.com', 'zoz/zle', 'Verified', '/i/pfps/4.webp', '/i/pfps/4.webp', 'old.reddit.com', 'zoz/zle', 'Verified', '/i/pfps/4.webp', '/i/pfps/4.webp',
0, 0, 0, 0); 0, 0, 0, 0);
INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES