Created Windows Service
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
drop table if exists TECNNotificationUsers;
|
||||
drop table if exists TECNNotificationsUsers;
|
||||
|
||||
create table TECNNotificationUsers (
|
||||
create table TECNNotificationsUsers (
|
||||
Id integer primary key,
|
||||
UserId integer not null
|
||||
);
|
||||
|
||||
insert into TECNNotificationUsers (UserId)
|
||||
insert into TECNNotificationsUsers (UserId)
|
||||
values (1), (2), (3);
|
Reference in New Issue
Block a user